#9EDF30

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

Shades of Atlantis #9EDF30

Tints of Atlantis #9EDF30

Color information

#9EDF30 (or 0x9EDF30) is unknown color: approx Atlantis. HEX triplet: 9E, DF and 30. RGB value is (158,223,48). Sum of RGB (Red+Green+Blue) = 158+223+48=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDF30 is #6120CF. Grayscale: #B8B8B8. Windows color (decimal): -6365392 or 3202974. OLE color: 3202974.

HSL color Cylindrical-coordinate representation of color #9EDF30: hue angle of 82.29º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9EDF30 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB15822348-
CMYK0.2900.780.13
HSL82.29º73.22%53.14%-
HSV(B)82.29º78.48%87.45%-
XYZ41.0260.2612.27-
YUV183.6151.47109.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.83%
GREEN value IS 223 (87.5% from 255) = 51.98%
BLUE value IS 48 (19.14% from 255) = 11.19%
R=36.83%
G=51.98%
B=11.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal158223480.2900.780.1382.2973.2253.14
Hex9EDF301D04ED524935
Octal236337603501161512211165
Binary10011110110111111100001110101001110110110100101001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,223,48); }

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

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

 a { background-color: rgb(158,223,48); }

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

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

 span { border-color: rgb(158,223,48); }

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