#A2DA63

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

Shades of Conifer #A2DA63

Tints of Conifer #A2DA63

Color information

#A2DA63 (or 0xA2DA63) is unknown color: approx Conifer. HEX triplet: A2, DA and 63. RGB value is (162,218,99). Sum of RGB (Red+Green+Blue) = 162+218+99=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DA63 is #5D259C. Grayscale: #BCBCBC. Windows color (decimal): -6104477 or 6544034. OLE color: 6544034.

HSL color Cylindrical-coordinate representation of color #A2DA63: hue angle of 88.24º degrees, saturation: 0.62, 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 #A2DA63 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB16221899-
CMYK0.2600.550.15
HSL88.24º61.66%62.16%-
HSV(B)88.24º54.59%85.49%-
XYZ42.2258.7320.91-
YUV187.6977.95109.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.82%
GREEN value IS 218 (85.55% from 255) = 45.51%
BLUE value IS 99 (39.06% from 255) = 20.67%
R=33.82%
G=45.51%
B=20.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal162218990.2600.550.1588.2461.6662.16
HexA2DA631A037F583e3e
Octal24233214332067171307676
Binary1010001011011010110001111010011011111111011000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DA63; }

 p { color: rgb(162,218,99); }

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

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

 a { background-color: rgb(162,218,99); }

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

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

 span { border-color: rgb(162,218,99); }

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