#ADD564

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

Shades of Conifer #ADD564

Tints of Conifer #ADD564

Color information

#ADD564 (or 0xADD564) is unknown color: approx Conifer. HEX triplet: AD, D5 and 64. RGB value is (173,213,100). Sum of RGB (Red+Green+Blue) = 173+213+100=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD564 is #522A9B. Grayscale: #BCBCBC. Windows color (decimal): -5384860 or 6608301. OLE color: 6608301.

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

Color convert

RGB173213100-
CMYK0.1900.530.16
HSL81.24º57.36%61.37%-
HSV(B)81.24º53.05%83.53%-
XYZ43.3357.3920.85-
YUV188.1678.25117.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.60%
GREEN value IS 213 (83.59% from 255) = 43.83%
BLUE value IS 100 (39.45% from 255) = 20.58%
R=35.60%
G=43.83%
B=20.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732131000.1900.530.1681.2457.3661.37
HexADD564130351051393d
Octal25532514423065201217175
Binary10101101110101011100100100110110101100001010001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD564; }

 p { color: rgb(173,213,100); }

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

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

 a { background-color: rgb(173,213,100); }

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

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

 span { border-color: rgb(173,213,100); }

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