Html Css Color HEX #9EC818 Bahia

📋 copy color: '#9EC818'

red 158 ◦ green 200 ◦ blue 24

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

Shades of Bahia #9EC818

Tints of Bahia #9EC818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.28%

R = 41.36%
G = 52.36%
B = 6.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#9EC818 (or 0x9EC818) is known color: Bahia. HEX triplet: 9E, C8 and 18. RGB value is (158,200,24). Sum of RGB (Red+Green+Blue) = 158+200+24=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 200 (78.52% from 255 or 52.36% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC818 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC818 is #6137E7. Grayscale: #A8A8A8. Windows color (decimal): -6371304 or 1624222. OLE color: 1624222.

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

Color convert

RGB 158 200 24 -
CMYK 0.21 0 0.88 0.22
HSL 74.32º 0.79% 0.44% -
HSV(B) 74.32º 0.88% 0.78% -
XYZ 34.92 48.64 8.41 -
YUV 167.38 47.09 121.31 -
System Red Green Blue C M Y K H S L
Decimal 158 200 24 0.21 0 0.88 0.22 74.32 0.79 0.44
Hex 9E C8 18 15 0 58 16 4A 4F 2C
Octal 236 310 30 25 0 130 26 112 117 54
Binary 10011110 11001000 11000 10101 0 1011000 10110 1001010 1001111 101100

Color Harmonies of #9EC818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC818

Black with #9EC818

Text Example


Text Example

White with #9EC818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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