#9ec921

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

Shades of Bahia #9EC921

Tints of Bahia #9EC921

Color information

#9EC921 (or 0x9EC921) is unknown color: approx Bahia. HEX triplet: 9E, C9 and 21. RGB value is (158,201,33). Sum of RGB (Red+Green+Blue) = 158+201+33=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 201 (78.91% from 255 or 51.28% from 392); Blue value is 33 (13.28% from 255 or 8.42% from 392); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC921 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC921 is #6136DE. Grayscale: #A9A9A9. Windows color (decimal): -6371039 or 2214302. OLE color: 2214302.

HSL color Cylindrical-coordinate representation of color #9EC921: hue angle of 75.36º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9EC921 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB15820133-
CMYK0.2100.840.21
HSL75.36º71.79%45.88%-
HSV(B)75.36º83.58%78.82%-
XYZ35.2649.159.07-
YUV168.9951.25120.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.31%
GREEN value IS 201 (78.91% from 255) = 51.28%
BLUE value IS 33 (13.28% from 255) = 8.42%
R=40.31%
G=51.28%
B=8.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal158201330.2100.840.2175.3671.7945.88
Hex9EC92115054154b482e
Octal236311412501242511311056
Binary100111101100100110000110101010101001010110010111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ec921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,201,33); }

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

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

 a { background-color: rgb(158,201,33); }

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

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

 span { border-color: rgb(158,201,33); }

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