#A2D55D

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

Shades of Conifer #A2D55D

Tints of Conifer #A2D55D

Color information

#A2D55D (or 0xA2D55D) is unknown color: approx Conifer. HEX triplet: A2, D5 and 5D. RGB value is (162,213,93). Sum of RGB (Red+Green+Blue) = 162+213+93=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D55D is #5D2AA2. Grayscale: #B8B8B8. Windows color (decimal): -6105763 or 6149538. OLE color: 6149538.

HSL color Cylindrical-coordinate representation of color #A2D55D: hue angle of 85.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2D55D is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB16221393-
CMYK0.2400.560.16
HSL85.5º58.82%60%-
HSV(B)85.5º56.34%83.53%-
XYZ40.6756.0619.03-
YUV184.0776.6112.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.62%
GREEN value IS 213 (83.59% from 255) = 45.51%
BLUE value IS 93 (36.72% from 255) = 19.87%
R=34.62%
G=45.51%
B=19.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162213930.2400.560.1685.558.8260
HexA2D55D1803810563b3c
Octal24232513530070201267374
Binary10100010110101011011101110000111000100001010110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D55D; }

 p { color: rgb(162,213,93); }

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

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

 a { background-color: rgb(162,213,93); }

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

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

 span { border-color: rgb(162,213,93); }

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