Html Css Color HEX #9EC850 Atlantis

📋 copy color: '#9EC850'

red 158 ◦ green 200 ◦ blue 80

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

Shades of Atlantis #9EC850

Tints of Atlantis #9EC850

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.66%

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

R = 36.07%
G = 45.66%
B = 18.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#9EC850 (or 0x9EC850) is known color: Atlantis. HEX triplet: 9E, C8 and 50. RGB value is (158,200,80). Sum of RGB (Red+Green+Blue) = 158+200+80=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC850 is #6137AF. Grayscale: #AEAEAE. Windows color (decimal): -6371248 or 5294238. OLE color: 5294238.

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

Color convert

RGB 158 200 80 -
CMYK 0.21 0 0.6 0.22
HSL 81º 0.52% 0.55% -
HSV(B) 81º 0.6% 0.78% -
XYZ 36.2 49.16 15.17 -
YUV 173.76 75.09 116.76 -
System Red Green Blue C M Y K H S L
Decimal 158 200 80 0.21 0 0.6 0.22 81 0.52 0.55
Hex 9E C8 50 15 0 3C 16 51 34 37
Octal 236 310 120 25 0 74 26 121 64 67
Binary 10011110 11001000 1010000 10101 0 111100 10110 1010001 110100 110111

Color Harmonies of #9EC850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC850

Black with #9EC850

Text Example


Text Example

White with #9EC850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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