#9AC51E

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

Shades of Bahia #9AC51E

Tints of Bahia #9AC51E

Color information

#9AC51E (or 0x9AC51E) is unknown color: approx Bahia. HEX triplet: 9A, C5 and 1E. RGB value is (154,197,30). Sum of RGB (Red+Green+Blue) = 154+197+30=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #9AC51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC51E is #653AE1. Grayscale: #A5A5A5. Windows color (decimal): -6634210 or 2016666. OLE color: 2016666.

HSL color Cylindrical-coordinate representation of color #9AC51E: hue angle of 75.45º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9AC51E is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB15419730-
CMYK0.2200.850.23
HSL75.45º73.57%44.51%-
HSV(B)75.45º84.77%77.25%-
XYZ33.5346.98.51-
YUV165.151.75120.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.42%
GREEN value IS 197 (77.34% from 255) = 51.71%
BLUE value IS 30 (12.11% from 255) = 7.87%
R=40.42%
G=51.71%
B=7.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal154197300.2200.850.2375.4573.5744.51
Hex9AC51E16055174b4a2d
Octal232305362601252711311255
Binary10011010110001011111010110010101011011110010111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,197,30); }

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

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

 a { background-color: rgb(154,197,30); }

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

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

 span { border-color: rgb(154,197,30); }

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