#96CC40

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

Shades of Atlantis #96CC40

Tints of Atlantis #96CC40

Color information

#96CC40 (or 0x96CC40) is unknown color: approx Atlantis. HEX triplet: 96, CC and 40. RGB value is (150,204,64). Sum of RGB (Red+Green+Blue) = 150+204+64=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CC40 is #6933BF. Grayscale: #ACACAC. Windows color (decimal): -6894528 or 4246678. OLE color: 4246678.

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

Color convert

RGB15020464-
CMYK0.2600.690.2
HSL83.14º57.85%52.55%-
HSV(B)83.14º68.63%80%-
XYZ35.150.0412.66-
YUV171.8967.11112.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.89%
GREEN value IS 204 (80.08% from 255) = 48.80%
BLUE value IS 64 (25.39% from 255) = 15.31%
R=35.89%
G=48.80%
B=15.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal150204640.2600.690.283.1457.8552.55
Hex96CC401A04514533a35
Octal226314100320105241237265
Binary100101101100110010000001101001000101101001010011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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