#A9CA18

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

Shades of Bahia #A9CA18

Tints of Bahia #A9CA18

Color information

#A9CA18 (or 0xA9CA18) is unknown color: approx Bahia. HEX triplet: A9, CA and 18. RGB value is (169,202,24). Sum of RGB (Red+Green+Blue) = 169+202+24=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9CA18 is #5635E7. Grayscale: #ACACAC. Windows color (decimal): -5649896 or 1624745. OLE color: 1624745.

HSL color Cylindrical-coordinate representation of color #A9CA18: hue angle of 71.12º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A9CA18 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB16920224-
CMYK0.1600.880.21
HSL71.12º78.76%44.31%-
HSV(B)71.12º88.12%79.22%-
XYZ37.6550.748.67-
YUV171.8444.57125.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.78%
GREEN value IS 202 (79.30% from 255) = 51.14%
BLUE value IS 24 (9.77% from 255) = 6.08%
R=42.78%
G=51.14%
B=6.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169202240.1600.880.2171.1278.7644.31
HexA9CA181005815474f2c
Octal251312302001302510711754
Binary10101001110010101100010000010110001010110001111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CA18; }

 p { color: rgb(169,202,24); }

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

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

 a { background-color: rgb(169,202,24); }

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

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

 span { border-color: rgb(169,202,24); }

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