#A0CE1C

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

Shades of Bahia #A0CE1C

Tints of Bahia #A0CE1C

Color information

#A0CE1C (or 0xA0CE1C) is unknown color: approx Bahia. HEX triplet: A0, CE and 1C. RGB value is (160,206,28). Sum of RGB (Red+Green+Blue) = 160+206+28=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 206 (80.86% from 255 or 52.28% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CE1C is #5F31E3. Grayscale: #ACACAC. Windows color (decimal): -6238692 or 1887904. OLE color: 1887904.

HSL color Cylindrical-coordinate representation of color #A0CE1C: hue angle of 75.51º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0CE1C is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB16020628-
CMYK0.2200.860.19
HSL75.51º76.07%45.88%-
HSV(B)75.51º86.41%80.78%-
XYZ36.7851.79.14-
YUV171.9546.76119.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.61%
GREEN value IS 206 (80.86% from 255) = 52.28%
BLUE value IS 28 (11.33% from 255) = 7.11%
R=40.61%
G=52.28%
B=7.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal160206280.2200.860.1975.5176.0745.88
HexA0CE1C16056134c4c2e
Octal240316342601262311411456
Binary10100000110011101110010110010101101001110011001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CE1C; }

 p { color: rgb(160,206,28); }

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

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

 a { background-color: rgb(160,206,28); }

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

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

 span { border-color: rgb(160,206,28); }

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