#A2D05E

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

Shades of Conifer #A2D05E

Tints of Conifer #A2D05E

Color information

#A2D05E (or 0xA2D05E) is unknown color: approx Conifer. HEX triplet: A2, D0 and 5E. RGB value is (162,208,94). Sum of RGB (Red+Green+Blue) = 162+208+94=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D05E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D05E is #5D2FA1. Grayscale: #B5B5B5. Windows color (decimal): -6107042 or 6213794. OLE color: 6213794.

HSL color Cylindrical-coordinate representation of color #A2D05E: hue angle of 84.21º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2D05E is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB16220894-
CMYK0.2200.550.18
HSL84.21º54.81%59.22%-
HSV(B)84.21º54.81%81.57%-
XYZ39.4853.618.86-
YUV181.2578.76114.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.91%
GREEN value IS 208 (81.64% from 255) = 44.83%
BLUE value IS 94 (37.11% from 255) = 20.26%
R=34.91%
G=44.83%
B=20.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal162208940.2200.550.1884.2154.8159.22
HexA2D05E160371254373b
Octal24232013626067221246773
Binary10100010110100001011110101100110111100101010100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D05E; }

 p { color: rgb(162,208,94); }

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

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

 a { background-color: rgb(162,208,94); }

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

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

 span { border-color: rgb(162,208,94); }

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