Html Css Color HEX #9EC050 Atlantis

📋 copy color: '#9EC050'

red 158 ◦ green 192 ◦ blue 80

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

Shades of Atlantis #9EC050

Tints of Atlantis #9EC050

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.65%

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

R = 36.74%
G = 44.65%
B = 18.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#9EC050 (or 0x9EC050) is known color: Atlantis. HEX triplet: 9E, C0 and 50. RGB value is (158,192,80). Sum of RGB (Red+Green+Blue) = 158+192+80=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC050 is #613FAF. Grayscale: #A9A9A9. Windows color (decimal): -6373296 or 5292190. OLE color: 5292190.

HSL color Cylindrical-coordinate representation of color #9EC050: hue angle of 78.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9EC050 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 192 80 -
CMYK 0.18 0 0.58 0.25
HSL 78.21º 0.47% 0.53% -
HSV(B) 78.21º 0.58% 0.75% -
XYZ 34.4 45.55 14.57 -
YUV 169.07 77.74 120.11 -
System Red Green Blue C M Y K H S L
Decimal 158 192 80 0.18 0 0.58 0.25 78.21 0.47 0.53
Hex 9E C0 50 12 0 3A 19 4E 2F 35
Octal 236 300 120 22 0 72 31 116 57 65
Binary 10011110 11000000 1010000 10010 0 111010 11001 1001110 101111 110101

Color Harmonies of #9EC050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC050

Black with #9EC050

Text Example


Text Example

White with #9EC050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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