#ADDB59

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

Shades of Conifer #ADDB59

Tints of Conifer #ADDB59

Color information

#ADDB59 (or 0xADDB59) is unknown color: approx Conifer. HEX triplet: AD, DB and 59. RGB value is (173,219,89). Sum of RGB (Red+Green+Blue) = 173+219+89=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 89 (35.16% from 255 or 18.50% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB59 is #5224A6. Grayscale: #BEBEBE. Windows color (decimal): -5383335 or 5888941. OLE color: 5888941.

HSL color Cylindrical-coordinate representation of color #ADDB59: hue angle of 81.23º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADDB59 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB17321989-
CMYK0.2100.590.14
HSL81.23º64.36%60.39%-
HSV(B)81.23º59.36%85.88%-
XYZ44.3760.2718.75-
YUV190.4370.76115.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 219 (85.94% from 255) = 45.53%
BLUE value IS 89 (35.16% from 255) = 18.50%
R=35.97%
G=45.53%
B=18.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal173219890.2100.590.1481.2364.3660.39
HexADDB591503BE51403c
Octal255333131250731612110074
Binary10101101110110111011001101010111011111010100011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDB59; }

 p { color: rgb(173,219,89); }

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

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

 a { background-color: rgb(173,219,89); }

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

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

 span { border-color: rgb(173,219,89); }

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