#ADD862

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

Shades of Conifer #ADD862

Tints of Conifer #ADD862

Color information

#ADD862 (or 0xADD862) is unknown color: approx Conifer. HEX triplet: AD, D8 and 62. RGB value is (173,216,98). Sum of RGB (Red+Green+Blue) = 173+216+98=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD862 is #52279D. Grayscale: #BEBEBE. Windows color (decimal): -5384094 or 6477997. OLE color: 6477997.

HSL color Cylindrical-coordinate representation of color #ADD862: hue angle of 81.86º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADD862 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB17321698-
CMYK0.2000.550.15
HSL81.86º60.2%61.57%-
HSV(B)81.86º54.63%84.71%-
XYZ43.9958.8820.6-
YUV189.6976.25116.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 216 (84.77% from 255) = 44.35%
BLUE value IS 98 (38.67% from 255) = 20.12%
R=35.52%
G=44.35%
B=20.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal173216980.2000.550.1581.8660.261.57
HexADD86214037F523c3e
Octal25533014224067171227476
Binary1010110111011000110001010100011011111111010010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD862; }

 p { color: rgb(173,216,98); }

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

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

 a { background-color: rgb(173,216,98); }

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

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

 span { border-color: rgb(173,216,98); }

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