#9EAD24

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

Shades of Bahia #9EAD24

Tints of Bahia #9EAD24

Color information

#9EAD24 (or 0x9EAD24) is unknown color: approx Bahia. HEX triplet: 9E, AD and 24. RGB value is (158,173,36). Sum of RGB (Red+Green+Blue) = 158+173+36=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 36 (14.45% from 255 or 9.81% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #9EAD24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAD24 is #6152DB. Grayscale: #999999. Windows color (decimal): -6378204 or 2403742. OLE color: 2403742.

HSL color Cylindrical-coordinate representation of color #9EAD24: hue angle of 66.57º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9EAD24 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB15817336-
CMYK0.0900.790.32
HSL66.57º65.55%40.98%-
HSV(B)66.57º79.19%67.84%-
XYZ29.3637.287.32-
YUV152.962.03131.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.05%
GREEN value IS 173 (67.97% from 255) = 47.14%
BLUE value IS 36 (14.45% from 255) = 9.81%
R=43.05%
G=47.14%
B=9.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal158173360.0900.790.3266.5765.5540.98
Hex9EAD24904F20434229
Octal236255441101174010310251
Binary100111101010110110010010010100111110000010000111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAD24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,173,36); }

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

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

 a { background-color: rgb(158,173,36); }

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

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

 span { border-color: rgb(158,173,36); }

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