Html Css Color HEX #9EC315 Bahia

📋 copy color: '#9EC315'

red 158 ◦ green 195 ◦ blue 21

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

Shades of Bahia #9EC315

Tints of Bahia #9EC315

RGB

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

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

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

R = 42.25%
G = 52.14%
B = 5.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#9EC315 (or 0x9EC315) is known color: Bahia. HEX triplet: 9E, C3 and 15. RGB value is (158,195,21). Sum of RGB (Red+Green+Blue) = 158+195+21=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 195 (76.56% from 255 or 52.14% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC315 is #613CEA. Grayscale: #A4A4A4. Windows color (decimal): -6372587 or 1426334. OLE color: 1426334.

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

Color convert

RGB 158 195 21 -
CMYK 0.19 0 0.89 0.24
HSL 72.76º 0.81% 0.42% -
HSV(B) 72.76º 0.89% 0.76% -
XYZ 33.75 46.35 7.88 -
YUV 164.1 47.24 123.65 -
System Red Green Blue C M Y K H S L
Decimal 158 195 21 0.19 0 0.89 0.24 72.76 0.81 0.42
Hex 9E C3 15 13 0 59 18 49 51 2A
Octal 236 303 25 23 0 131 30 111 121 52
Binary 10011110 11000011 10101 10011 0 1011001 11000 1001001 1010001 101010

Color Harmonies of #9EC315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC315

Black with #9EC315

Text Example


Text Example

White with #9EC315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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