#9CC952

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

Shades of Atlantis #9CC952

Tints of Atlantis #9CC952

Color information

#9CC952 (or 0x9CC952) is unknown color: approx Atlantis. HEX triplet: 9C, C9 and 52. RGB value is (156,201,82). Sum of RGB (Red+Green+Blue) = 156+201+82=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 201 - color contains mainly: green. Hex color #9CC952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC952 is #6336AD. Grayscale: #AEAEAE. Windows color (decimal): -6502062 or 5425564. OLE color: 5425564.

HSL color Cylindrical-coordinate representation of color #9CC952: hue angle of 82.69º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9CC952 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB15620182-
CMYK0.2200.590.21
HSL82.69º52.42%55.49%-
HSV(B)82.69º59.2%78.82%-
XYZ36.1249.4515.62-
YUV173.9876.09115.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.54%
GREEN value IS 201 (78.91% from 255) = 45.79%
BLUE value IS 82 (32.42% from 255) = 18.68%
R=35.54%
G=45.79%
B=18.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal156201820.2200.590.2182.6952.4255.49
Hex9CC9521603B15533437
Octal23431112226073251236467
Binary10011100110010011010010101100111011101011010011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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