#9AC61F

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

Shades of Bahia #9AC61F

Tints of Bahia #9AC61F

Color information

#9AC61F (or 0x9AC61F) is unknown color: approx Bahia. HEX triplet: 9A, C6 and 1F. RGB value is (154,198,31). Sum of RGB (Red+Green+Blue) = 154+198+31=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 198 (77.73% from 255 or 51.70% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 198 - color contains mainly: green. Hex color #9AC61F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC61F is #6539E0. Grayscale: #A6A6A6. Windows color (decimal): -6633953 or 2082458. OLE color: 2082458.

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

Color convert

RGB15419831-
CMYK0.2200.840.22
HSL75.81º72.93%44.9%-
HSV(B)75.81º84.34%77.65%-
XYZ33.7747.368.66-
YUV165.8151.92119.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.21%
GREEN value IS 198 (77.73% from 255) = 51.70%
BLUE value IS 31 (12.5% from 255) = 8.09%
R=40.21%
G=51.70%
B=8.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal154198310.2200.840.2275.8172.9344.9
Hex9AC61F16054164c492d
Octal232306372601242611411155
Binary10011010110001101111110110010101001011010011001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC61F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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