#A8CC29

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

Shades of Bahia #A8CC29

Tints of Bahia #A8CC29

Color information

#A8CC29 (or 0xA8CC29) is unknown color: approx Bahia. HEX triplet: A8, CC and 29. RGB value is (168,204,41). Sum of RGB (Red+Green+Blue) = 168+204+41=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 41 (16.41% from 255 or 9.93% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CC29 is #5733D6. Grayscale: #AFAFAF. Windows color (decimal): -5714903 or 2739368. OLE color: 2739368.

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

Color convert

RGB16820441-
CMYK0.1800.800.2
HSL73.25º66.53%48.04%-
HSV(B)73.25º79.9%80%-
XYZ38.1451.6710.06-
YUV174.6552.57123.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.68%
GREEN value IS 204 (80.08% from 255) = 49.39%
BLUE value IS 41 (16.41% from 255) = 9.93%
R=40.68%
G=49.39%
B=9.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal168204410.1800.800.273.2566.5348.04
HexA8CC291205014494330
Octal250314512201202411110360
Binary101010001100110010100110010010100001010010010011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CC29; }

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

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

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

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

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

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

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

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