Html Css Color HEX #96D456 Atlantis

📋 copy color: '#96D456'

red 150 ◦ green 212 ◦ blue 86

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

Shades of Atlantis #96D456

Tints of Atlantis #96D456

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.32%

 BLUE value IS 86 (33.98% from 255) = 19.2%

R = 33.48%
G = 47.32%
B = 19.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#96D456 (or 0x96D456) is known color: Atlantis. HEX triplet: 96, D4 and 56. RGB value is (150,212,86). Sum of RGB (Red+Green+Blue) = 150+212+86=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 212 - color contains mainly: green. Hex color #96D456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D456 is #692BA9. Grayscale: #B3B3B3. Windows color (decimal): -6892458 or 5690518. OLE color: 5690518.

HSL color Cylindrical-coordinate representation of color #96D456: hue angle of 89.52º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96D456 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB 150 212 86 -
CMYK 0.29 0 0.59 0.17
HSL 89.52º 0.59% 0.58% -
HSV(B) 89.52º 0.59% 0.83% -
XYZ 37.8 54.24 17.28 -
YUV 179.1 75.46 107.25 -
System Red Green Blue C M Y K H S L
Decimal 150 212 86 0.29 0 0.59 0.17 89.52 0.59 0.58
Hex 96 D4 56 1D 0 3B 11 5A 3B 3A
Octal 226 324 126 35 0 73 21 132 73 72
Binary 10010110 11010100 1010110 11101 0 111011 10001 1011010 111011 111010

Color Harmonies of #96D456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D456

Black with #96D456

Text Example


Text Example

White with #96D456

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,212,86); }

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

background-color css

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

 a { background-color: rgb(150,212,86); }

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

border-color css

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

 span { border-color: rgb(150,212,86); }

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