#9EAE25

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

Shades of Bahia #9EAE25

Tints of Bahia #9EAE25

Color information

#9EAE25 (or 0x9EAE25) is unknown color: approx Bahia. HEX triplet: 9E, AE and 25. RGB value is (158,174,37). Sum of RGB (Red+Green+Blue) = 158+174+37=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAE25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAE25 is #6151DA. Grayscale: #9A9A9A. Windows color (decimal): -6377947 or 2469534. OLE color: 2469534.

HSL color Cylindrical-coordinate representation of color #9EAE25: hue angle of 67.01º degrees, saturation: 0.65, 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 #9EAE25 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB15817437-
CMYK0.0900.790.32
HSL67.01º64.93%41.37%-
HSV(B)67.01º78.74%68.24%-
XYZ29.5737.677.46-
YUV153.662.2131.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.82%
GREEN value IS 174 (68.36% from 255) = 47.15%
BLUE value IS 37 (14.84% from 255) = 10.03%
R=42.82%
G=47.15%
B=10.03%

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
Decimal158174370.0900.790.3267.0164.9341.37
Hex9EAE25904F20434129
Octal236256451101174010310151
Binary100111101010111010010110010100111110000010000111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAE25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,174,37); }

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

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

 a { background-color: rgb(158,174,37); }

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

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

 span { border-color: rgb(158,174,37); }

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