#96CA45

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

Shades of Atlantis #96CA45

Tints of Atlantis #96CA45

Color information

#96CA45 (or 0x96CA45) is unknown color: approx Atlantis. HEX triplet: 96, CA and 45. RGB value is (150,202,69). Sum of RGB (Red+Green+Blue) = 150+202+69=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CA45 is #6935BA. Grayscale: #ABABAB. Windows color (decimal): -6895035 or 4573846. OLE color: 4573846.

HSL color Cylindrical-coordinate representation of color #96CA45: hue angle of 83.46º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96CA45 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB15020269-
CMYK0.2600.660.21
HSL83.46º55.65%53.14%-
HSV(B)83.46º65.84%79.22%-
XYZ34.7749.1513.29-
YUV171.2970.27112.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 202 (79.30% from 255) = 47.98%
BLUE value IS 69 (27.34% from 255) = 16.39%
R=35.63%
G=47.98%
B=16.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150202690.2600.660.2183.4655.6553.14
Hex96CA451A04215533835
Octal226312105320102251237065
Binary100101101100101010001011101001000010101011010011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,202,69); }

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

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

 a { background-color: rgb(150,202,69); }

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

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

 span { border-color: rgb(150,202,69); }

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