#A8CC1D

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

Shades of Bahia #A8CC1D

Tints of Bahia #A8CC1D

Color information

#A8CC1D (or 0xA8CC1D) is unknown color: approx Bahia. HEX triplet: A8, CC and 1D. RGB value is (168,204,29). Sum of RGB (Red+Green+Blue) = 168+204+29=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CC1D is #5733E2. Grayscale: #ADADAD. Windows color (decimal): -5714915 or 1952936. OLE color: 1952936.

HSL color Cylindrical-coordinate representation of color #A8CC1D: hue angle of 72.34º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8CC1D is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB16820429-
CMYK0.1800.860.2
HSL72.34º75.11%45.69%-
HSV(B)72.34º85.78%80%-
XYZ37.9651.69.12-
YUV173.2946.57124.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.90%
GREEN value IS 204 (80.08% from 255) = 50.87%
BLUE value IS 29 (11.72% from 255) = 7.23%
R=41.90%
G=50.87%
B=7.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal168204290.1800.860.272.3475.1145.69
HexA8CC1D1205614484b2e
Octal250314352201262411011356
Binary10101000110011001110110010010101101010010010001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CC1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CC1D; }

 p { color: rgb(168,204,29); }

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

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

 a { background-color: rgb(168,204,29); }

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

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

 span { border-color: rgb(168,204,29); }

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