#96DC3B

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

Shades of Atlantis #96DC3B

Tints of Atlantis #96DC3B

Color information

#96DC3B (or 0x96DC3B) is unknown color: approx Atlantis. HEX triplet: 96, DC and 3B. RGB value is (150,220,59). Sum of RGB (Red+Green+Blue) = 150+220+59=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DC3B is #6923C4. Grayscale: #B5B5B5. Windows color (decimal): -6890437 or 3923094. OLE color: 3923094.

HSL color Cylindrical-coordinate representation of color #96DC3B: hue angle of 86.09º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96DC3B is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB15022059-
CMYK0.3200.730.14
HSL86.09º69.7%54.71%-
HSV(B)86.09º73.18%86.27%-
XYZ38.9657.9913.28-
YUV180.7259.31106.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.97%
GREEN value IS 220 (86.33% from 255) = 51.28%
BLUE value IS 59 (23.44% from 255) = 13.75%
R=34.97%
G=51.28%
B=13.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal150220590.3200.730.1486.0969.754.71
Hex96DC3B20049E564637
Octal226334734001111612610667
Binary100101101101110011101110000001001001111010101101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,220,59); }

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

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

 a { background-color: rgb(150,220,59); }

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

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

 span { border-color: rgb(150,220,59); }

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