#96CB4F

Color #96CB4F Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #96CB4F

Tints of Atlantis #96CB4F

Color information

#96CB4F (or 0x96CB4F) is unknown color: approx Atlantis. HEX triplet: 96, CB and 4F. RGB value is (150,203,79). Sum of RGB (Red+Green+Blue) = 150+203+79=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 79 (31.25% from 255 or 18.29% from 432); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CB4F is #6934B0. Grayscale: #ADADAD. Windows color (decimal): -6894769 or 5229462. OLE color: 5229462.

HSL color Cylindrical-coordinate representation of color #96CB4F: hue angle of 85.65º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96CB4F is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB15020379-
CMYK0.2600.610.20
HSL85.65º54.39%55.29%-
HSV(B)85.65º61.08%79.61%-
XYZ35.3449.7615.14-
YUV173.0274.94111.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.72%
GREEN value IS 203 (79.69% from 255) = 46.99%
BLUE value IS 79 (31.25% from 255) = 18.29%
R=34.72%
G=46.99%
B=18.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal150203790.2600.610.2085.6554.3955.29
Hex96CB4F1A03D14563637
Octal22631311732075241266667
Binary10010110110010111001111110100111101101001010110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,203,79); }

 H1.HeaderClassName
 {
   color: #96CB4F;
 }
 .AnyTagClassName
 {
   color: #96CB4F;
 }
</style>
background-color css

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

 a { background-color: rgb(150,203,79); }

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

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

 span { border-color: rgb(150,203,79); }

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