#9ED93C

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

Shades of Atlantis #9ED93C

Tints of Atlantis #9ED93C

Color information

#9ED93C (or 0x9ED93C) is unknown color: approx Atlantis. HEX triplet: 9E, D9 and 3C. RGB value is (158,217,60). Sum of RGB (Red+Green+Blue) = 158+217+60=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED93C is #6126C3. Grayscale: #B6B6B6. Windows color (decimal): -6366916 or 3987870. OLE color: 3987870.

HSL color Cylindrical-coordinate representation of color #9ED93C: hue angle of 82.55º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9ED93C is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB15821760-
CMYK0.2700.720.15
HSL82.55º67.38%54.31%-
HSV(B)82.55º72.35%85.1%-
XYZ39.7357.2213.23-
YUV181.4659.45111.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.32%
GREEN value IS 217 (85.16% from 255) = 49.89%
BLUE value IS 60 (23.83% from 255) = 13.79%
R=36.32%
G=49.89%
B=13.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal158217600.2700.720.1582.5567.3854.31
Hex9ED93C1B048F534336
Octal236331743301101712310366
Binary10011110110110011111001101101001000111110100111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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