#ADD647

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

Shades of Conifer #ADD647

Tints of Conifer #ADD647

Color information

#ADD647 (or 0xADD647) is unknown color: approx Conifer. HEX triplet: AD, D6 and 47. RGB value is (173,214,71). Sum of RGB (Red+Green+Blue) = 173+214+71=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD647 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD647 is #5229B8. Grayscale: #B9B9B9. Windows color (decimal): -5384633 or 4708013. OLE color: 4708013.

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

Color convert

RGB17321471-
CMYK0.1900.670.16
HSL77.2º63.56%55.88%-
HSV(B)77.2º66.82%83.92%-
XYZ42.4257.4314.81-
YUV185.4463.42119.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.77%
GREEN value IS 214 (83.98% from 255) = 46.72%
BLUE value IS 71 (28.12% from 255) = 15.50%
R=37.77%
G=46.72%
B=15.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal173214710.1900.670.1677.263.5655.88
HexADD64713043104d4038
Octal2553261072301032011510070
Binary1010110111010110100011110011010000111000010011011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD647; }

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

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

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

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

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

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

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

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