#A0C910

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

Shades of Bahia #A0C910

Tints of Bahia #A0C910

Color information

#A0C910 (or 0xA0C910) is unknown color: approx Bahia. HEX triplet: A0, C9 and 10. RGB value is (160,201,16). Sum of RGB (Red+Green+Blue) = 160+201+16=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 201 (78.91% from 255 or 53.32% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C910 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C910 is #5F36EF. Grayscale: #A8A8A8. Windows color (decimal): -6239984 or 1100192. OLE color: 1100192.

HSL color Cylindrical-coordinate representation of color #A0C910: hue angle of 73.3º 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 #A0C910 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB16020116-
CMYK0.2000.920.21
HSL73.3º85.25%42.55%-
HSV(B)73.3º92.04%78.82%-
XYZ35.4849.288.13-
YUV167.6542.42122.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.44%
GREEN value IS 201 (78.91% from 255) = 53.32%
BLUE value IS 16 (6.64% from 255) = 4.24%
R=42.44%
G=53.32%
B=4.24%

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
Decimal160201160.2000.920.2173.385.2542.55
HexA0C9101405C1549552b
Octal240311202401342511112553
Binary10100000110010011000010100010111001010110010011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C910; }

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

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

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

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

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

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

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

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