#9AC51F

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

Shades of Bahia #9AC51F

Tints of Bahia #9AC51F

Color information

#9AC51F (or 0x9AC51F) is unknown color: approx Bahia. HEX triplet: 9A, C5 and 1F. RGB value is (154,197,31). Sum of RGB (Red+Green+Blue) = 154+197+31=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 197 (77.34% from 255 or 51.57% from 382); Blue value is 31 (12.5% from 255 or 8.12% from 382); Max value from RGB is 197 - color contains mainly: green. Hex color #9AC51F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC51F is #653AE0. Grayscale: #A5A5A5. Windows color (decimal): -6634209 or 2082202. OLE color: 2082202.

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

Color convert

RGB15419731-
CMYK0.2200.840.23
HSL75.54º72.81%44.71%-
HSV(B)75.54º84.26%77.25%-
XYZ33.5446.98.58-
YUV165.2252.25120-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.31%
GREEN value IS 197 (77.34% from 255) = 51.57%
BLUE value IS 31 (12.5% from 255) = 8.12%
R=40.31%
G=51.57%
B=8.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal154197310.2200.840.2375.5472.8144.71
Hex9AC51F16054174c492d
Octal232305372601242711411155
Binary10011010110001011111110110010101001011110011001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC51F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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