#9EDC3C

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

Shades of Atlantis #9EDC3C

Tints of Atlantis #9EDC3C

Color information

#9EDC3C (or 0x9EDC3C) is unknown color: approx Atlantis. HEX triplet: 9E, DC and 3C. RGB value is (158,220,60). Sum of RGB (Red+Green+Blue) = 158+220+60=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDC3C is #6123C3. Grayscale: #B7B7B7. Windows color (decimal): -6366148 or 3988638. OLE color: 3988638.

HSL color Cylindrical-coordinate representation of color #9EDC3C: hue angle of 83.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9EDC3C is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB15822060-
CMYK0.2800.730.14
HSL83.25º69.57%54.9%-
HSV(B)83.25º72.73%86.27%-
XYZ40.5158.7813.49-
YUV183.2258.46110.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.07%
GREEN value IS 220 (86.33% from 255) = 50.23%
BLUE value IS 60 (23.83% from 255) = 13.70%
R=36.07%
G=50.23%
B=13.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal158220600.2800.730.1483.2569.5754.9
Hex9EDC3C1C049E534637
Octal236334743401111612310667
Binary10011110110111001111001110001001001111010100111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,220,60); }

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

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

 a { background-color: rgb(158,220,60); }

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

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

 span { border-color: rgb(158,220,60); }

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