#A2D462

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

Shades of Conifer #A2D462

Tints of Conifer #A2D462

Color information

#A2D462 (or 0xA2D462) is unknown color: approx Conifer. HEX triplet: A2, D4 and 62. RGB value is (162,212,98). Sum of RGB (Red+Green+Blue) = 162+212+98=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D462 is #5D2B9D. Grayscale: #B8B8B8. Windows color (decimal): -6106014 or 6476962. OLE color: 6476962.

HSL color Cylindrical-coordinate representation of color #A2D462: hue angle of 86.32º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2D462 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB16221298-
CMYK0.2400.540.17
HSL86.32º57%60.78%-
HSV(B)86.32º53.77%83.14%-
XYZ40.6555.6520.15-
YUV184.0579.44112.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.32%
GREEN value IS 212 (83.20% from 255) = 44.92%
BLUE value IS 98 (38.67% from 255) = 20.76%
R=34.32%
G=44.92%
B=20.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal162212980.2400.540.1786.325760.78
HexA2D462180361156393d
Octal24232414230066211267175
Binary10100010110101001100010110000110110100011010110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D462; }

 p { color: rgb(162,212,98); }

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

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

 a { background-color: rgb(162,212,98); }

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

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

 span { border-color: rgb(162,212,98); }

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