Html Css Color HEX #9ED249 Atlantis

📋 copy color: '#9ED249'

red 158 ◦ green 210 ◦ blue 73

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

Shades of Atlantis #9ED249

Tints of Atlantis #9ED249

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.62%

 BLUE value IS 73 (28.91% from 255) = 16.55%

R = 35.83%
G = 47.62%
B = 16.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#9ED249 (or 0x9ED249) is known color: Atlantis. HEX triplet: 9E, D2 and 49. RGB value is (158,210,73). Sum of RGB (Red+Green+Blue) = 158+210+73=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED249 is #612DB6. Grayscale: #B3B3B3. Windows color (decimal): -6368695 or 4838046. OLE color: 4838046.

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

Color convert

RGB 158 210 73 -
CMYK 0.25 0 0.65 0.18
HSL 82.77º 0.6% 0.55% -
HSV(B) 82.77º 0.65% 0.82% -
XYZ 38.35 53.84 14.67 -
YUV 178.83 68.27 113.14 -
System Red Green Blue C M Y K H S L
Decimal 158 210 73 0.25 0 0.65 0.18 82.77 0.6 0.55
Hex 9E D2 49 19 0 41 12 53 3C 37
Octal 236 322 111 31 0 101 22 123 74 67
Binary 10011110 11010010 1001001 11001 0 1000001 10010 1010011 111100 110111

Color Harmonies of #9ED249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED249

Black with #9ED249

Text Example


Text Example

White with #9ED249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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