#9CC252

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

Shades of Atlantis #9CC252

Tints of Atlantis #9CC252

Color information

#9CC252 (or 0x9CC252) is unknown color: approx Atlantis. HEX triplet: 9C, C2 and 52. RGB value is (156,194,82). Sum of RGB (Red+Green+Blue) = 156+194+82=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 82 (32.42% from 255 or 18.98% from 432); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC252 is #633DAD. Grayscale: #AAAAAA. Windows color (decimal): -6503854 or 5423772. OLE color: 5423772.

HSL color Cylindrical-coordinate representation of color #9CC252: hue angle of 80.36º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9CC252 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB15619482-
CMYK0.2000.580.24
HSL80.36º47.86%54.12%-
HSV(B)80.36º57.73%76.08%-
XYZ34.5346.2615.09-
YUV169.8778.41118.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.11%
GREEN value IS 194 (76.17% from 255) = 44.91%
BLUE value IS 82 (32.42% from 255) = 18.98%
R=36.11%
G=44.91%
B=18.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal156194820.2000.580.2480.3647.8654.12
Hex9CC2521403A18503036
Octal23430212224072301206066
Binary10011100110000101010010101000111010110001010000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CC252; }

 p { color: rgb(156,194,82); }

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

<style>
 a { background-color: #9CC252; }

 a { background-color: rgb(156,194,82); }

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

<style>
 span { border-color: #9CC252; }

 span { border-color: rgb(156,194,82); }

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