#A0C617

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

Shades of Bahia #A0C617

Tints of Bahia #A0C617

Color information

#A0C617 (or 0xA0C617) is unknown color: approx Bahia. HEX triplet: A0, C6 and 17. RGB value is (160,198,23). Sum of RGB (Red+Green+Blue) = 160+198+23=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 198 (77.73% from 255 or 51.97% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C617 is #5F39E8. Grayscale: #A7A7A7. Windows color (decimal): -6240745 or 1558176. OLE color: 1558176.

HSL color Cylindrical-coordinate representation of color #A0C617: hue angle of 73.03º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0C617 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB16019823-
CMYK0.1900.880.22
HSL73.03º79.19%43.33%-
HSV(B)73.03º88.38%77.65%-
XYZ34.8547.928.22-
YUV166.6946.91123.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.99%
GREEN value IS 198 (77.73% from 255) = 51.97%
BLUE value IS 23 (9.38% from 255) = 6.04%
R=41.99%
G=51.97%
B=6.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal160198230.1900.880.2273.0379.1943.33
HexA0C6171305816494f2b
Octal240306272301302611111753
Binary10100000110001101011110011010110001011010010011001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C617; }

 p { color: rgb(160,198,23); }

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

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

 a { background-color: rgb(160,198,23); }

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

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

 span { border-color: rgb(160,198,23); }

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