Html Css Color HEX #9EC815 Bahia

📋 copy color: '#9EC815'

red 158 ◦ green 200 ◦ blue 21

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

Shades of Bahia #9EC815

Tints of Bahia #9EC815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.54%

R = 41.69%
G = 52.77%
B = 5.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#9EC815 (or 0x9EC815) is known color: Bahia. HEX triplet: 9E, C8 and 15. RGB value is (158,200,21). Sum of RGB (Red+Green+Blue) = 158+200+21=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 200 (78.52% from 255 or 52.77% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC815 is #6137EA. Grayscale: #A7A7A7. Windows color (decimal): -6371307 or 1427614. OLE color: 1427614.

HSL color Cylindrical-coordinate representation of color #9EC815: hue angle of 74.08º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9EC815 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 158 200 21 -
CMYK 0.21 0 0.90 0.22
HSL 74.08º 0.81% 0.43% -
HSV(B) 74.08º 0.9% 0.78% -
XYZ 34.89 48.63 8.26 -
YUV 167.04 45.59 121.55 -
System Red Green Blue C M Y K H S L
Decimal 158 200 21 0.21 0 0.90 0.22 74.08 0.81 0.43
Hex 9E C8 15 15 0 5A 16 4A 51 2B
Octal 236 310 25 25 0 132 26 112 121 53
Binary 10011110 11001000 10101 10101 0 1011010 10110 1001010 1010001 101011

Color Harmonies of #9EC815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC815

Black with #9EC815

Text Example


Text Example

White with #9EC815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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