Html Css Color HEX #96E547 Atlantis

📋 copy color: '#96E547'

red 150 ◦ green 229 ◦ blue 71

#96E547
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #96E547

Tints of Atlantis #96E547

RGB

 RED value IS 150 (58.98% from 255) = 33.33%

 GREEN value IS 229 (89.84% from 255) = 50.89%

 BLUE value IS 71 (28.13% from 255) = 15.78%

R = 33.33%
G = 50.89%
B = 15.78%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#96E547 (or 0x96E547) is known color: Atlantis. HEX triplet: 96, E5 and 47. RGB value is (150,229,71). Sum of RGB (Red+Green+Blue) = 150+229+71=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 229 (89.84% from 255 or 50.89% from 450); Blue value is 71 (28.12% from 255 or 15.78% from 450); Max value from RGB is 229 - color contains mainly: green. Hex color #96E547 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E547 is #691AB8. Grayscale: #BBBBBB. Windows color (decimal): -6888121 or 4711830. OLE color: 4711830.

HSL color Cylindrical-coordinate representation of color #96E547: hue angle of 90º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96E547 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 229 71 -
CMYK 0.34 0 0.69 0.10
HSL 90º 0.75% 0.59% -
HSV(B) 90º 0.69% 0.9% -
XYZ 41.73 62.98 15.92 -
YUV 187.37 62.33 101.35 -
System Red Green Blue C M Y K H S L
Decimal 150 229 71 0.34 0 0.69 0.10 90 0.75 0.59
Hex 96 E5 47 22 0 45 A 5A 4B 3B
Octal 226 345 107 42 0 105 12 132 113 73
Binary 10010110 11100101 1000111 100010 0 1000101 1010 1011010 1001011 111011

Color Harmonies of #96E547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E547

Black with #96E547

Text Example


Text Example

White with #96E547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96E547; }

 p { color: rgb(150,229,71); }

 H1.HeaderClassName
 {
   color: #96E547;
 }
 .AnyTagClassName
 {
   color: #96E547;
 }
</style>

background-color css

<style>
 a { background-color: #96E547; }

 a { background-color: rgb(150,229,71); }

 div.DivClassName
 {
   background-color: #96E547;
 }
 .BgClassName
 {
   background-color: #96E547;
 }
</style>

border-color css

<style>
 span { border-color: #96E547; }

 span { border-color: rgb(150,229,71); }

 td.TdClassName
 {
   border-color: #96E547;
 }
 .TagClassName
 {
   border-color: #96E547;
 }
</style>