#96CA47

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

Shades of Atlantis #96CA47

Tints of Atlantis #96CA47

Color information

#96CA47 (or 0x96CA47) is unknown color: approx Atlantis. HEX triplet: 96, CA and 47. RGB value is (150,202,71). Sum of RGB (Red+Green+Blue) = 150+202+71=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 71 (28.12% from 255 or 16.78% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CA47 is #6935B8. Grayscale: #ABABAB. Windows color (decimal): -6895033 or 4704918. OLE color: 4704918.

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

Color convert

RGB15020271-
CMYK0.2600.650.21
HSL83.82º55.27%53.53%-
HSV(B)83.82º64.85%79.22%-
XYZ34.8449.1813.62-
YUV171.5271.27112.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 202 (79.30% from 255) = 47.75%
BLUE value IS 71 (28.12% from 255) = 16.78%
R=35.46%
G=47.75%
B=16.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150202710.2600.650.2183.8255.2753.53
Hex96CA471A04115543736
Octal226312107320101251246766
Binary100101101100101010001111101001000001101011010100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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