#ADD126

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

Shades of Bahia #ADD126

Tints of Bahia #ADD126

Color information

#ADD126 (or 0xADD126) is unknown color: approx Bahia. HEX triplet: AD, D1 and 26. RGB value is (173,209,38). Sum of RGB (Red+Green+Blue) = 173+209+38=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 209 (82.03% from 255 or 49.76% from 420); Blue value is 38 (15.23% from 255 or 9.05% from 420); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD126 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD126 is #522ED9. Grayscale: #B3B3B3. Windows color (decimal): -5385946 or 2544045. OLE color: 2544045.

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

Color convert

RGB17320938-
CMYK0.1700.820.18
HSL72.63º69.23%48.43%-
HSV(B)72.63º81.82%81.96%-
XYZ40.3854.6310.25-
YUV178.7448.57123.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.19%
GREEN value IS 209 (82.03% from 255) = 49.76%
BLUE value IS 38 (15.23% from 255) = 9.05%
R=41.19%
G=49.76%
B=9.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal173209380.1700.820.1872.6369.2348.43
HexADD1261105212494530
Octal255321462101222211110560
Binary101011011101000110011010001010100101001010010011000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD126; }

 p { color: rgb(173,209,38); }

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

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

 a { background-color: rgb(173,209,38); }

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

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

 span { border-color: rgb(173,209,38); }

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