#9EC81F

Color #9EC81F Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #9EC81F

Tints of Bahia #9EC81F

Color information

#9EC81F (or 0x9EC81F) is unknown color: approx Bahia. HEX triplet: 9E, C8 and 1F. RGB value is (158,200,31). Sum of RGB (Red+Green+Blue) = 158+200+31=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 200 (78.52% from 255 or 51.41% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC81F is #6137E0. Grayscale: #A8A8A8. Windows color (decimal): -6371297 or 2082974. OLE color: 2082974.

HSL color Cylindrical-coordinate representation of color #9EC81F: hue angle of 74.91º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9EC81F is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB15820031-
CMYK0.2100.840.22
HSL74.91º73.16%45.29%-
HSV(B)74.91º84.5%78.43%-
XYZ3548.688.85-
YUV168.1850.59120.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.62%
GREEN value IS 200 (78.52% from 255) = 51.41%
BLUE value IS 31 (12.5% from 255) = 7.97%
R=40.62%
G=51.41%
B=7.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal158200310.2100.840.2274.9173.1645.29
Hex9EC81F15054164b492d
Octal236310372501242611311155
Binary10011110110010001111110101010101001011010010111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EC81F;
 }
 .AnyTagClassName
 {
   color: #9EC81F;
 }
</style>
background-color css

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

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

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

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

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

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