Html Css Color HEX #9EC350 Atlantis

📋 copy color: '#9EC350'

red 158 ◦ green 195 ◦ blue 80

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

Shades of Atlantis #9EC350

Tints of Atlantis #9EC350

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.03%

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

R = 36.49%
G = 45.03%
B = 18.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#9EC350 (or 0x9EC350) is known color: Atlantis. HEX triplet: 9E, C3 and 50. RGB value is (158,195,80). Sum of RGB (Red+Green+Blue) = 158+195+80=433 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.49% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC350 is #613CAF. Grayscale: #ABABAB. Windows color (decimal): -6372528 or 5292958. OLE color: 5292958.

HSL color Cylindrical-coordinate representation of color #9EC350: hue angle of 79.3º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9EC350 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 195 80 -
CMYK 0.19 0 0.59 0.24
HSL 79.3º 0.49% 0.54% -
HSV(B) 79.3º 0.59% 0.76% -
XYZ 35.06 46.88 14.79 -
YUV 170.83 76.74 118.85 -
System Red Green Blue C M Y K H S L
Decimal 158 195 80 0.19 0 0.59 0.24 79.3 0.49 0.54
Hex 9E C3 50 13 0 3B 18 4F 31 36
Octal 236 303 120 23 0 73 30 117 61 66
Binary 10011110 11000011 1010000 10011 0 111011 11000 1001111 110001 110110

Color Harmonies of #9EC350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC350

Black with #9EC350

Text Example


Text Example

White with #9EC350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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