Html Css Color HEX #9EDD45 Atlantis

📋 copy color: '#9EDD45'

red 158 ◦ green 221 ◦ blue 69

#9EDD45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #9EDD45

Tints of Atlantis #9EDD45

RGB

 RED value IS 158 (62.11% from 255) = 35.27%

 GREEN value IS 221 (86.72% from 255) = 49.33%

 BLUE value IS 69 (27.34% from 255) = 15.4%

R = 35.27%
G = 49.33%
B = 15.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#9EDD45 (or 0x9EDD45) is known color: Atlantis. HEX triplet: 9E, DD and 45. RGB value is (158,221,69). Sum of RGB (Red+Green+Blue) = 158+221+69=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EDD45 is #6122BA. Grayscale: #B9B9B9. Windows color (decimal): -6365883 or 4578718. OLE color: 4578718.

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

Color convert

RGB 158 221 69 -
CMYK 0.29 0 0.69 0.13
HSL 84.87º 0.69% 0.57% -
HSV(B) 84.87º 0.69% 0.87% -
XYZ 41.03 59.41 14.94 -
YUV 184.84 62.63 108.86 -
System Red Green Blue C M Y K H S L
Decimal 158 221 69 0.29 0 0.69 0.13 84.87 0.69 0.57
Hex 9E DD 45 1D 0 45 D 55 45 39
Octal 236 335 105 35 0 105 15 125 105 71
Binary 10011110 11011101 1000101 11101 0 1000101 1101 1010101 1000101 111001

Color Harmonies of #9EDD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDD45

Black with #9EDD45

Text Example


Text Example

White with #9EDD45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,221,69); }

 H1.HeaderClassName
 {
   color: #9EDD45;
 }
 .AnyTagClassName
 {
   color: #9EDD45;
 }
</style>

background-color css

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

 a { background-color: rgb(158,221,69); }

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

border-color css

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

 span { border-color: rgb(158,221,69); }

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