#9CC84A

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

Shades of Atlantis #9CC84A

Tints of Atlantis #9CC84A

Color information

#9CC84A (or 0x9CC84A) is unknown color: approx Atlantis. HEX triplet: 9C, C8 and 4A. RGB value is (156,200,74). Sum of RGB (Red+Green+Blue) = 156+200+74=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CC84A is #6337B5. Grayscale: #ACACAC. Windows color (decimal): -6502326 or 4901020. OLE color: 4901020.

HSL color Cylindrical-coordinate representation of color #9CC84A: hue angle of 80.95º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9CC84A is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB15620074-
CMYK0.2200.630.22
HSL80.95º53.39%53.73%-
HSV(B)80.95º63%78.43%-
XYZ35.648.8714.04-
YUV172.4872.42116.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.28%
GREEN value IS 200 (78.52% from 255) = 46.51%
BLUE value IS 74 (29.30% from 255) = 17.21%
R=36.28%
G=46.51%
B=17.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal156200740.2200.630.2280.9553.3953.73
Hex9CC84A1603F16513536
Octal23431011226077261216566
Binary10011100110010001001010101100111111101101010001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,200,74); }

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

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

 a { background-color: rgb(156,200,74); }

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

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

 span { border-color: rgb(156,200,74); }

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