#9DC54A

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

Shades of Atlantis #9DC54A

Tints of Atlantis #9DC54A

Color information

#9DC54A (or 0x9DC54A) is unknown color: approx Atlantis. HEX triplet: 9D, C5 and 4A. RGB value is (157,197,74). Sum of RGB (Red+Green+Blue) = 157+197+74=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC54A is #623AB5. Grayscale: #ABABAB. Windows color (decimal): -6437558 or 4900253. OLE color: 4900253.

HSL color Cylindrical-coordinate representation of color #9DC54A: hue angle of 79.51º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DC54A is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB15719774-
CMYK0.2000.620.23
HSL79.51º51.46%53.14%-
HSV(B)79.51º62.44%77.25%-
XYZ35.1147.613.81-
YUV171.0273.25118-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.68%
GREEN value IS 197 (77.34% from 255) = 46.03%
BLUE value IS 74 (29.30% from 255) = 17.29%
R=36.68%
G=46.03%
B=17.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal157197740.2000.620.2379.5151.4653.14
Hex9DC54A1403E17503335
Octal23530511224076271206365
Binary10011101110001011001010101000111110101111010000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,197,74); }

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

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

 a { background-color: rgb(157,197,74); }

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

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

 span { border-color: rgb(157,197,74); }

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