#96CC3E

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

Shades of Atlantis #96CC3E

Tints of Atlantis #96CC3E

Color information

#96CC3E (or 0x96CC3E) is unknown color: approx Atlantis. HEX triplet: 96, CC and 3E. RGB value is (150,204,62). Sum of RGB (Red+Green+Blue) = 150+204+62=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CC3E is #6933C1. Grayscale: #ACACAC. Windows color (decimal): -6894530 or 4115606. OLE color: 4115606.

HSL color Cylindrical-coordinate representation of color #96CC3E: hue angle of 82.82º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96CC3E is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB15020462-
CMYK0.2600.700.2
HSL82.82º58.2%52.16%-
HSV(B)82.82º69.61%80%-
XYZ35.0450.0212.36-
YUV171.6766.11112.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.06%
GREEN value IS 204 (80.08% from 255) = 49.04%
BLUE value IS 62 (24.61% from 255) = 14.90%
R=36.06%
G=49.04%
B=14.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal150204620.2600.700.282.8258.252.16
Hex96CC3E1A04614533a34
Octal22631476320106241237264
Binary10010110110011001111101101001000110101001010011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,204,62); }

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

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

 a { background-color: rgb(150,204,62); }

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

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

 span { border-color: rgb(150,204,62); }

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