#A9CC1F

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

Shades of Bahia #A9CC1F

Tints of Bahia #A9CC1F

Color information

#A9CC1F (or 0xA9CC1F) is unknown color: approx Bahia. HEX triplet: A9, CC and 1F. RGB value is (169,204,31). Sum of RGB (Red+Green+Blue) = 169+204+31=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 31 (12.5% from 255 or 7.67% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9CC1F is #5633E0. Grayscale: #AEAEAE. Windows color (decimal): -5649377 or 2084009. OLE color: 2084009.

HSL color Cylindrical-coordinate representation of color #A9CC1F: hue angle of 72.14º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A9CC1F is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB16920431-
CMYK0.1700.850.2
HSL72.14º73.62%46.08%-
HSV(B)72.14º84.8%80%-
XYZ38.251.729.27-
YUV173.8147.4124.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.83%
GREEN value IS 204 (80.08% from 255) = 50.50%
BLUE value IS 31 (12.5% from 255) = 7.67%
R=41.83%
G=50.50%
B=7.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal169204310.1700.850.272.1473.6246.08
HexA9CC1F1105514484a2e
Octal251314372101252411011256
Binary10101001110011001111110001010101011010010010001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CC1F; }

 p { color: rgb(169,204,31); }

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

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

 a { background-color: rgb(169,204,31); }

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

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

 span { border-color: rgb(169,204,31); }

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