#9ED03F

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

Shades of Atlantis #9ED03F

Tints of Atlantis #9ED03F

Color information

#9ED03F (or 0x9ED03F) is unknown color: approx Atlantis. HEX triplet: 9E, D0 and 3F. RGB value is (158,208,63). Sum of RGB (Red+Green+Blue) = 158+208+63=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED03F is #612FC0. Grayscale: #B1B1B1. Windows color (decimal): -6369217 or 4182174. OLE color: 4182174.

HSL color Cylindrical-coordinate representation of color #9ED03F: hue angle of 80.69º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9ED03F is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB15820863-
CMYK0.2400.700.18
HSL80.69º60.67%53.14%-
HSV(B)80.69º69.71%81.57%-
XYZ37.5552.7412.9-
YUV176.5263.94114.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.83%
GREEN value IS 208 (81.64% from 255) = 48.48%
BLUE value IS 63 (25% from 255) = 14.69%
R=36.83%
G=48.48%
B=14.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal158208630.2400.700.1880.6960.6753.14
Hex9ED03F1804612513d35
Octal23632077300106221217565
Binary10011110110100001111111100001000110100101010001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,208,63); }

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

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

 a { background-color: rgb(158,208,63); }

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

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

 span { border-color: rgb(158,208,63); }

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