#A1C910

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

Shades of Bahia #A1C910

Tints of Bahia #A1C910

Color information

#A1C910 (or 0xA1C910) is unknown color: approx Bahia. HEX triplet: A1, C9 and 10. RGB value is (161,201,16). Sum of RGB (Red+Green+Blue) = 161+201+16=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 201 (78.91% from 255 or 53.17% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C910 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C910 is #5E36EF. Grayscale: #A8A8A8. Windows color (decimal): -6174448 or 1100193. OLE color: 1100193.

HSL color Cylindrical-coordinate representation of color #A1C910: hue angle of 72.97º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1C910 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB16120116-
CMYK0.2000.920.21
HSL72.97º85.25%42.55%-
HSV(B)72.97º92.04%78.82%-
XYZ35.6849.398.14-
YUV167.9542.25123.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.59%
GREEN value IS 201 (78.91% from 255) = 53.17%
BLUE value IS 16 (6.64% from 255) = 4.23%
R=42.59%
G=53.17%
B=4.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161201160.2000.920.2172.9785.2542.55
HexA1C9101405C1549552b
Octal241311202401342511112553
Binary10100001110010011000010100010111001010110010011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C910; }

 p { color: rgb(161,201,16); }

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

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

 a { background-color: rgb(161,201,16); }

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

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

 span { border-color: rgb(161,201,16); }

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