Html Css Color HEX #9EC814 Bahia

📋 copy color: '#9EC814'

red 158 ◦ green 200 ◦ blue 20

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

Shades of Bahia #9EC814

Tints of Bahia #9EC814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.29%

R = 41.8%
G = 52.91%
B = 5.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#9EC814 (or 0x9EC814) is known color: Bahia. HEX triplet: 9E, C8 and 14. RGB value is (158,200,20). Sum of RGB (Red+Green+Blue) = 158+200+20=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 200 (78.52% from 255 or 52.91% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC814 is #6137EB. Grayscale: #A7A7A7. Windows color (decimal): -6371308 or 1362078. OLE color: 1362078.

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

Color convert

RGB 158 200 20 -
CMYK 0.21 0 0.9 0.22
HSL 74º 0.82% 0.43% -
HSV(B) 74º 0.9% 0.78% -
XYZ 34.88 48.63 8.21 -
YUV 166.92 45.09 121.64 -
System Red Green Blue C M Y K H S L
Decimal 158 200 20 0.21 0 0.9 0.22 74 0.82 0.43
Hex 9E C8 14 15 0 5A 16 4A 52 2B
Octal 236 310 24 25 0 132 26 112 122 53
Binary 10011110 11001000 10100 10101 0 1011010 10110 1001010 1010010 101011

Color Harmonies of #9EC814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC814

Black with #9EC814

Text Example


Text Example

White with #9EC814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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