#9CD74F

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

Shades of Atlantis #9CD74F

Tints of Atlantis #9CD74F

Color information

#9CD74F (or 0x9CD74F) is unknown color: approx Atlantis. HEX triplet: 9C, D7 and 4F. RGB value is (156,215,79). Sum of RGB (Red+Green+Blue) = 156+215+79=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 215 - color contains mainly: green. Hex color #9CD74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD74F is #6328B0. Grayscale: #B6B6B6. Windows color (decimal): -6498481 or 5232540. OLE color: 5232540.

HSL color Cylindrical-coordinate representation of color #9CD74F: hue angle of 86.03º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9CD74F is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB15621579-
CMYK0.2700.630.16
HSL86.03º62.96%57.65%-
HSV(B)86.03º63.26%84.31%-
XYZ39.4256.2316.17-
YUV181.8669.95109.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.67%
GREEN value IS 215 (84.38% from 255) = 47.78%
BLUE value IS 79 (31.25% from 255) = 17.56%
R=34.67%
G=47.78%
B=17.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal156215790.2700.630.1686.0362.9657.65
Hex9CD74F1B03F10563f3a
Octal23432711733077201267772
Binary10011100110101111001111110110111111100001010110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,215,79); }

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

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

 a { background-color: rgb(156,215,79); }

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

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

 span { border-color: rgb(156,215,79); }

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