#96CF39

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

Shades of Atlantis #96CF39

Tints of Atlantis #96CF39

Color information

#96CF39 (or 0x96CF39) is unknown color: approx Atlantis. HEX triplet: 96, CF and 39. RGB value is (150,207,57). Sum of RGB (Red+Green+Blue) = 150+207+57=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 57 (22.66% from 255 or 13.77% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CF39 is #6930C6. Grayscale: #ADADAD. Windows color (decimal): -6893767 or 3788694. OLE color: 3788694.

HSL color Cylindrical-coordinate representation of color #96CF39: hue angle of 82.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96CF39 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB15020757-
CMYK0.2800.720.19
HSL82.8º60.98%51.76%-
HSV(B)82.8º72.46%81.18%-
XYZ35.6351.4111.92-
YUV172.8662.62111.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.23%
GREEN value IS 207 (81.25% from 255) = 50%
BLUE value IS 57 (22.66% from 255) = 13.77%
R=36.23%
G=50%
B=13.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal150207570.2800.720.1982.860.9851.76
Hex96CF391C04813533d34
Octal22631771340110231237564
Binary10010110110011111110011110001001000100111010011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,207,57); }

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

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

 a { background-color: rgb(150,207,57); }

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

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

 span { border-color: rgb(150,207,57); }

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