Html Css Color HEX #9EC615 Bahia

📋 copy color: '#9EC615'

red 158 ◦ green 198 ◦ blue 21

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

Shades of Bahia #9EC615

Tints of Bahia #9EC615

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.52%

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

R = 41.91%
G = 52.52%
B = 5.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#9EC615 (or 0x9EC615) is known color: Bahia. HEX triplet: 9E, C6 and 15. RGB value is (158,198,21). Sum of RGB (Red+Green+Blue) = 158+198+21=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 198 (77.73% from 255 or 52.52% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 198 - color contains mainly: green. Hex color #9EC615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC615 is #6139EA. Grayscale: #A6A6A6. Windows color (decimal): -6371819 or 1427102. OLE color: 1427102.

HSL color Cylindrical-coordinate representation of color #9EC615: hue angle of 73.56º 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 #9EC615 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 158 198 21 -
CMYK 0.20 0 0.89 0.22
HSL 73.56º 0.81% 0.43% -
HSV(B) 73.56º 0.89% 0.78% -
XYZ 34.43 47.71 8.1 -
YUV 165.86 46.25 122.39 -
System Red Green Blue C M Y K H S L
Decimal 158 198 21 0.20 0 0.89 0.22 73.56 0.81 0.43
Hex 9E C6 15 14 0 59 16 4A 51 2B
Octal 236 306 25 24 0 131 26 112 121 53
Binary 10011110 11000110 10101 10100 0 1011001 10110 1001010 1010001 101011

Color Harmonies of #9EC615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC615

Black with #9EC615

Text Example


Text Example

White with #9EC615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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