Html Css Color HEX #9ECA50 Atlantis

📋 copy color: '#9ECA50'

red 158 ◦ green 202 ◦ blue 80

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

Shades of Atlantis #9ECA50

Tints of Atlantis #9ECA50

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.91%

 BLUE value IS 80 (31.64% from 255) = 18.18%

R = 35.91%
G = 45.91%
B = 18.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#9ECA50 (or 0x9ECA50) is known color: Atlantis. HEX triplet: 9E, CA and 50. RGB value is (158,202,80). Sum of RGB (Red+Green+Blue) = 158+202+80=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECA50 is #6135AF. Grayscale: #AFAFAF. Windows color (decimal): -6370736 or 5294750. OLE color: 5294750.

HSL color Cylindrical-coordinate representation of color #9ECA50: hue angle of 81.64º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9ECA50 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 158 202 80 -
CMYK 0.22 0 0.60 0.21
HSL 81.64º 0.54% 0.55% -
HSV(B) 81.64º 0.6% 0.79% -
XYZ 36.67 50.09 15.32 -
YUV 174.94 74.42 115.92 -
System Red Green Blue C M Y K H S L
Decimal 158 202 80 0.22 0 0.60 0.21 81.64 0.54 0.55
Hex 9E CA 50 16 0 3C 15 52 36 37
Octal 236 312 120 26 0 74 25 122 66 67
Binary 10011110 11001010 1010000 10110 0 111100 10101 1010010 110110 110111

Color Harmonies of #9ECA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECA50

Black with #9ECA50

Text Example


Text Example

White with #9ECA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,202,80); }

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

background-color css

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

 a { background-color: rgb(158,202,80); }

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

border-color css

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

 span { border-color: rgb(158,202,80); }

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