#9CDA4D

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

Shades of Atlantis #9CDA4D

Tints of Atlantis #9CDA4D

Color information

#9CDA4D (or 0x9CDA4D) is unknown color: approx Atlantis. HEX triplet: 9C, DA and 4D. RGB value is (156,218,77). Sum of RGB (Red+Green+Blue) = 156+218+77=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDA4D is #6325B2. Grayscale: #B7B7B7. Windows color (decimal): -6497715 or 5102236. OLE color: 5102236.

HSL color Cylindrical-coordinate representation of color #9CDA4D: hue angle of 86.38º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9CDA4D is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB15621877-
CMYK0.2800.650.15
HSL86.38º65.58%57.84%-
HSV(B)86.38º64.68%85.49%-
XYZ40.1257.7516.05-
YUV183.3967.96108.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.59%
GREEN value IS 218 (85.55% from 255) = 48.34%
BLUE value IS 77 (30.47% from 255) = 17.07%
R=34.59%
G=48.34%
B=17.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal156218770.2800.650.1586.3865.5857.84
Hex9CDA4D1C041F56423a
Octal2343321153401011712610272
Binary100111001101101010011011110001000001111110101101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,218,77); }

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

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

 a { background-color: rgb(156,218,77); }

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

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

 span { border-color: rgb(156,218,77); }

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