#A2C80F

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

Shades of Bahia #A2C80F

Tints of Bahia #A2C80F

Color information

#A2C80F (or 0xA2C80F) is unknown color: approx Bahia. HEX triplet: A2, C8 and 0F. RGB value is (162,200,15). Sum of RGB (Red+Green+Blue) = 162+200+15=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 200 (78.52% from 255 or 53.05% from 377); Blue value is 15 (6.25% from 255 or 3.98% from 377); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C80F is #5D37F0. Grayscale: #A8A8A8. Windows color (decimal): -6109169 or 1034402. OLE color: 1034402.

HSL color Cylindrical-coordinate representation of color #A2C80F: hue angle of 72.32º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2C80F is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB16220015-
CMYK0.1900.920.22
HSL72.32º86.05%42.16%-
HSV(B)72.32º92.5%78.43%-
XYZ35.6449.028.04-
YUV167.5541.91124.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 200 (78.52% from 255) = 53.05%
BLUE value IS 15 (6.25% from 255) = 3.98%
R=42.97%
G=53.05%
B=3.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162200150.1900.920.2272.3286.0542.16
HexA2C8F1305C1648562a
Octal242310172301342611012652
Binary1010001011001000111110011010111001011010010001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C80F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C80F; }

 p { color: rgb(162,200,15); }

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

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

 a { background-color: rgb(162,200,15); }

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

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

 span { border-color: rgb(162,200,15); }

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