#9ED841

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

Shades of Atlantis #9ED841

Tints of Atlantis #9ED841

Color information

#9ED841 (or 0x9ED841) is unknown color: approx Atlantis. HEX triplet: 9E, D8 and 41. RGB value is (158,216,65). Sum of RGB (Red+Green+Blue) = 158+216+65=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED841 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED841 is #6127BE. Grayscale: #B5B5B5. Windows color (decimal): -6367167 or 4315294. OLE color: 4315294.

HSL color Cylindrical-coordinate representation of color #9ED841: hue angle of 83.05º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9ED841 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB15821665-
CMYK0.2700.700.15
HSL83.05º65.94%55.1%-
HSV(B)83.05º69.91%84.71%-
XYZ39.6156.7613.87-
YUV181.4462.28111.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.99%
GREEN value IS 216 (84.77% from 255) = 49.20%
BLUE value IS 65 (25.78% from 255) = 14.81%
R=35.99%
G=49.20%
B=14.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal158216650.2700.700.1583.0565.9455.1
Hex9ED8411B046F534237
Octal2363301013301061712310267
Binary100111101101100010000011101101000110111110100111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,216,65); }

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

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

 a { background-color: rgb(158,216,65); }

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

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

 span { border-color: rgb(158,216,65); }

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