#ADD229

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

Shades of Bahia #ADD229

Tints of Bahia #ADD229

Color information

#ADD229 (or 0xADD229) is unknown color: approx Bahia. HEX triplet: AD, D2 and 29. RGB value is (173,210,41). Sum of RGB (Red+Green+Blue) = 173+210+41=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 210 (82.42% from 255 or 49.53% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD229 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD229 is #522DD6. Grayscale: #B4B4B4. Windows color (decimal): -5385687 or 2740909. OLE color: 2740909.

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

Color convert

RGB17321041-
CMYK0.1800.800.18
HSL73.14º67.33%49.22%-
HSV(B)73.14º80.48%82.35%-
XYZ40.6855.1410.6-
YUV179.6749.74123.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.80%
GREEN value IS 210 (82.42% from 255) = 49.53%
BLUE value IS 41 (16.41% from 255) = 9.67%
R=40.80%
G=49.53%
B=9.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal173210410.1800.800.1873.1467.3349.22
HexADD2291205012494331
Octal255322512201202211110361
Binary101011011101001010100110010010100001001010010011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD229; }

 p { color: rgb(173,210,41); }

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

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

 a { background-color: rgb(173,210,41); }

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

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

 span { border-color: rgb(173,210,41); }

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