#9EDF3D

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

Shades of Atlantis #9EDF3D

Tints of Atlantis #9EDF3D

Color information

#9EDF3D (or 0x9EDF3D) is unknown color: approx Atlantis. HEX triplet: 9E, DF and 3D. RGB value is (158,223,61). Sum of RGB (Red+Green+Blue) = 158+223+61=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 223 (87.5% from 255 or 50.45% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDF3D is #6120C2. Grayscale: #B9B9B9. Windows color (decimal): -6365379 or 4054942. OLE color: 4054942.

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

Color convert

RGB15822361-
CMYK0.2900.730.13
HSL84.07º71.68%55.69%-
HSV(B)84.07º72.65%87.45%-
XYZ41.3360.3813.89-
YUV185.157.97108.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.75%
GREEN value IS 223 (87.5% from 255) = 50.45%
BLUE value IS 61 (24.22% from 255) = 13.80%
R=35.75%
G=50.45%
B=13.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal158223610.2900.730.1384.0771.6855.69
Hex9EDF3D1D049D544838
Octal236337753501111512411070
Binary10011110110111111111011110101001001110110101001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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