Html Css Color HEX #9ED449 Atlantis

📋 copy color: '#9ED449'

red 158 ◦ green 212 ◦ blue 73

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

Shades of Atlantis #9ED449

Tints of Atlantis #9ED449

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.86%

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

R = 35.67%
G = 47.86%
B = 16.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#9ED449 (or 0x9ED449) is known color: Atlantis. HEX triplet: 9E, D4 and 49. RGB value is (158,212,73). Sum of RGB (Red+Green+Blue) = 158+212+73=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ED449 is #612BB6. Grayscale: #B4B4B4. Windows color (decimal): -6368183 or 4838558. OLE color: 4838558.

HSL color Cylindrical-coordinate representation of color #9ED449: hue angle of 83.31º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9ED449 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 158 212 73 -
CMYK 0.25 0 0.66 0.17
HSL 83.31º 0.62% 0.56% -
HSV(B) 83.31º 0.66% 0.83% -
XYZ 38.85 54.84 14.84 -
YUV 180.01 67.61 112.3 -
System Red Green Blue C M Y K H S L
Decimal 158 212 73 0.25 0 0.66 0.17 83.31 0.62 0.56
Hex 9E D4 49 19 0 42 11 53 3E 38
Octal 236 324 111 31 0 102 21 123 76 70
Binary 10011110 11010100 1001001 11001 0 1000010 10001 1010011 111110 111000

Color Harmonies of #9ED449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED449

Black with #9ED449

Text Example


Text Example

White with #9ED449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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