#add649

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

Shades of Conifer #ADD649

Tints of Conifer #ADD649

Color information

#ADD649 (or 0xADD649) is unknown color: approx Conifer. HEX triplet: AD, D6 and 49. RGB value is (173,214,73). Sum of RGB (Red+Green+Blue) = 173+214+73=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD649 is #5229B6. Grayscale: #BABABA. Windows color (decimal): -5384631 or 4839085. OLE color: 4839085.

HSL color Cylindrical-coordinate representation of color #ADD649: hue angle of 77.45º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADD649 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB17321473-
CMYK0.1900.660.16
HSL77.45º63.23%56.27%-
HSV(B)77.45º65.89%83.92%-
XYZ42.4857.4615.15-
YUV185.6764.42118.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.61%
GREEN value IS 214 (83.98% from 255) = 46.52%
BLUE value IS 73 (28.91% from 255) = 15.87%
R=37.61%
G=46.52%
B=15.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal173214730.1900.660.1677.4563.2356.27
HexADD64913042104d3f38
Octal255326111230102201157770
Binary101011011101011010010011001101000010100001001101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #add649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #add649; }

 p { color: rgb(173,214,73); }

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

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

 a { background-color: rgb(173,214,73); }

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

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

 span { border-color: rgb(173,214,73); }

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