#A2D551

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

Shades of Conifer #A2D551

Tints of Conifer #A2D551

Color information

#A2D551 (or 0xA2D551) is unknown color: approx Conifer. HEX triplet: A2, D5 and 51. RGB value is (162,213,81). Sum of RGB (Red+Green+Blue) = 162+213+81=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 81 (32.03% from 255 or 17.76% from 456); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D551 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D551 is #5D2AAE. Grayscale: #B7B7B7. Windows color (decimal): -6105775 or 5363106. OLE color: 5363106.

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

Color convert

RGB16221381-
CMYK0.2400.620.16
HSL83.18º61.11%57.65%-
HSV(B)83.18º61.97%83.53%-
XYZ40.1855.8616.45-
YUV182.770.6113.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.53%
GREEN value IS 213 (83.59% from 255) = 46.71%
BLUE value IS 81 (32.03% from 255) = 17.76%
R=35.53%
G=46.71%
B=17.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162213810.2400.620.1683.1861.1157.65
HexA2D5511803E10533d3a
Octal24232512130076201237572
Binary10100010110101011010001110000111110100001010011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D551; }

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

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

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

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

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

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

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

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