#ADD069

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

Shades of Conifer #ADD069

Tints of Conifer #ADD069

Color information

#ADD069 (or 0xADD069) is unknown color: approx Conifer. HEX triplet: AD, D0 and 69. RGB value is (173,208,105). Sum of RGB (Red+Green+Blue) = 173+208+105=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD069 is #522F96. Grayscale: #BABABA. Windows color (decimal): -5386135 or 6934701. OLE color: 6934701.

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

Color convert

RGB173208105-
CMYK0.1700.500.18
HSL80.39º52.28%61.37%-
HSV(B)80.39º49.52%81.57%-
XYZ42.3455.0221.75-
YUV185.7982.4118.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.60%
GREEN value IS 208 (81.64% from 255) = 42.80%
BLUE value IS 105 (41.41% from 255) = 21.60%
R=35.60%
G=42.80%
B=21.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732081050.1700.500.1880.3952.2861.37
HexADD069110321250343d
Octal25532015121062221206475
Binary10101101110100001101001100010110010100101010000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD069; }

 p { color: rgb(173,208,105); }

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

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

 a { background-color: rgb(173,208,105); }

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

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

 span { border-color: rgb(173,208,105); }

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