#9CD54F

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

Shades of Atlantis #9CD54F

Tints of Atlantis #9CD54F

Color information

#9CD54F (or 0x9CD54F) is unknown color: approx Atlantis. HEX triplet: 9C, D5 and 4F. RGB value is (156,213,79). Sum of RGB (Red+Green+Blue) = 156+213+79=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 79 (31.25% from 255 or 17.63% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD54F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD54F is #632AB0. Grayscale: #B5B5B5. Windows color (decimal): -6498993 or 5232028. OLE color: 5232028.

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

Color convert

RGB15621379-
CMYK0.2700.630.16
HSL85.52º61.47%57.25%-
HSV(B)85.52º62.91%83.53%-
XYZ38.9255.2216-
YUV180.6870.62110.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.82%
GREEN value IS 213 (83.59% from 255) = 47.54%
BLUE value IS 79 (31.25% from 255) = 17.63%
R=34.82%
G=47.54%
B=17.63%

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
Decimal156213790.2700.630.1685.5261.4757.25
Hex9CD54F1B03F10563d39
Octal23432511733077201267571
Binary10011100110101011001111110110111111100001010110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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