#9ED53E

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

Shades of Atlantis #9ED53E

Tints of Atlantis #9ED53E

Color information

#9ED53E (or 0x9ED53E) is unknown color: approx Atlantis. HEX triplet: 9E, D5 and 3E. RGB value is (158,213,62). Sum of RGB (Red+Green+Blue) = 158+213+62=433 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.49% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED53E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED53E is #612AC1. Grayscale: #B3B3B3. Windows color (decimal): -6367938 or 4117918. OLE color: 4117918.

HSL color Cylindrical-coordinate representation of color #9ED53E: hue angle of 81.85º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9ED53E is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB15821362-
CMYK0.2600.710.16
HSL81.85º64.26%53.92%-
HSV(B)81.85º70.89%83.53%-
XYZ38.7655.2113.17-
YUV179.3461.78112.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.49%
GREEN value IS 213 (83.59% from 255) = 49.19%
BLUE value IS 62 (24.61% from 255) = 14.32%
R=36.49%
G=49.19%
B=14.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal158213620.2600.710.1681.8564.2653.92
Hex9ED53E1A04710524036
Octal236325763201072012210066
Binary100111101101010111111011010010001111000010100101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,213,62); }

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

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

 a { background-color: rgb(158,213,62); }

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

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

 span { border-color: rgb(158,213,62); }

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