#9ED246

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

Shades of Atlantis #9ED246

Tints of Atlantis #9ED246

Color information

#9ED246 (or 0x9ED246) is unknown color: approx Atlantis. HEX triplet: 9E, D2 and 46. RGB value is (158,210,70). Sum of RGB (Red+Green+Blue) = 158+210+70=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED246 is #612DB9. Grayscale: #B2B2B2. Windows color (decimal): -6368698 or 4641438. OLE color: 4641438.

HSL color Cylindrical-coordinate representation of color #9ED246: hue angle of 82.29º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9ED246 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB15821070-
CMYK0.2500.670.18
HSL82.29º60.87%54.9%-
HSV(B)82.29º66.67%82.35%-
XYZ38.2553.814.16-
YUV178.4966.77113.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.07%
GREEN value IS 210 (82.42% from 255) = 47.95%
BLUE value IS 70 (27.73% from 255) = 15.98%
R=36.07%
G=47.95%
B=15.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal158210700.2500.670.1882.2960.8754.9
Hex9ED2461904312523d37
Octal236322106310103221227567
Binary100111101101001010001101100101000011100101010010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,210,70); }

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

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

 a { background-color: rgb(158,210,70); }

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

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

 span { border-color: rgb(158,210,70); }

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