#acd11a

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

Shades of Bahia #ACD11A

Tints of Bahia #ACD11A

Color information

#ACD11A (or 0xACD11A) is unknown color: approx Bahia. HEX triplet: AC, D1 and 1A. RGB value is (172,209,26). Sum of RGB (Red+Green+Blue) = 172+209+26=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 209 (82.03% from 255 or 51.35% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD11A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD11A is #532EE5. Grayscale: #B1B1B1. Windows color (decimal): -5451494 or 1757612. OLE color: 1757612.

HSL color Cylindrical-coordinate representation of color #ACD11A: hue angle of 72.13º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACD11A is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB17220926-
CMYK0.1800.880.18
HSL72.13º77.87%46.08%-
HSV(B)72.13º87.56%81.96%-
XYZ4054.459.38-
YUV177.0842.74124.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 209 (82.03% from 255) = 51.35%
BLUE value IS 26 (10.55% from 255) = 6.39%
R=42.26%
G=51.35%
B=6.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal172209260.1800.880.1872.1377.8746.08
HexACD11A1205812484e2e
Octal254321322201302211011656
Binary10101100110100011101010010010110001001010010001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acd11a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acd11a; }

 p { color: rgb(172,209,26); }

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

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

 a { background-color: rgb(172,209,26); }

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

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

 span { border-color: rgb(172,209,26); }

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