#A2DD65

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

Shades of Conifer #A2DD65

Tints of Conifer #A2DD65

Color information

#A2DD65 (or 0xA2DD65) is unknown color: approx Conifer. HEX triplet: A2, DD and 65. RGB value is (162,221,101). Sum of RGB (Red+Green+Blue) = 162+221+101=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DD65 is #5D229A. Grayscale: #BEBEBE. Windows color (decimal): -6103707 or 6675874. OLE color: 6675874.

HSL color Cylindrical-coordinate representation of color #A2DD65: hue angle of 89.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2DD65 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB162221101-
CMYK0.2700.540.13
HSL89.5º63.83%63.14%-
HSV(B)89.5º54.3%86.67%-
XYZ43.1160.3321.69-
YUV189.6877.95108.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.47%
GREEN value IS 221 (86.72% from 255) = 45.66%
BLUE value IS 101 (39.84% from 255) = 20.87%
R=33.47%
G=45.66%
B=20.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1622211010.2700.540.1389.563.8363.14
HexA2DD651B036D5a403f
Octal242335145330661513210077
Binary10100010110111011100101110110110110110110110101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DD65; }

 p { color: rgb(162,221,101); }

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

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

 a { background-color: rgb(162,221,101); }

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

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

 span { border-color: rgb(162,221,101); }

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