#96CD52

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

Shades of Atlantis #96CD52

Tints of Atlantis #96CD52

Color information

#96CD52 (or 0x96CD52) is unknown color: approx Atlantis. HEX triplet: 96, CD and 52. RGB value is (150,205,82). Sum of RGB (Red+Green+Blue) = 150+205+82=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #96CD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CD52 is #6932AD. Grayscale: #AEAEAE. Windows color (decimal): -6894254 or 5426582. OLE color: 5426582.

HSL color Cylindrical-coordinate representation of color #96CD52: hue angle of 86.83º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96CD52 is Cyan = 0.27, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB15020582-
CMYK0.2700.60.20
HSL86.83º55.16%56.27%-
HSV(B)86.83º60%80.39%-
XYZ35.9350.7615.89-
YUV174.5375.78110.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.32%
GREEN value IS 205 (80.47% from 255) = 46.91%
BLUE value IS 82 (32.42% from 255) = 18.76%
R=34.32%
G=46.91%
B=18.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal150205820.2700.60.2086.8355.1656.27
Hex96CD521B03C14573738
Octal22631512233074241276770
Binary10010110110011011010010110110111100101001010111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,205,82); }

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

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

 a { background-color: rgb(150,205,82); }

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

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

 span { border-color: rgb(150,205,82); }

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