#A1D651

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

Shades of Conifer #A1D651

Tints of Conifer #A1D651

Color information

#A1D651 (or 0xA1D651) is unknown color: approx Conifer. HEX triplet: A1, D6 and 51. RGB value is (161,214,81). Sum of RGB (Red+Green+Blue) = 161+214+81=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 81 (32.03% from 255 or 17.76% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D651 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D651 is #5E29AE. Grayscale: #B7B7B7. Windows color (decimal): -6171055 or 5363361. OLE color: 5363361.

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

Color convert

RGB16121481-
CMYK0.2500.620.16
HSL83.91º61.86%57.84%-
HSV(B)83.91º62.15%83.92%-
XYZ40.2356.2616.52-
YUV182.9970.44112.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.31%
GREEN value IS 214 (83.98% from 255) = 46.93%
BLUE value IS 81 (32.03% from 255) = 17.76%
R=35.31%
G=46.93%
B=17.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161214810.2500.620.1683.9161.8657.84
HexA1D6511903E10543e3a
Octal24132612131076201247672
Binary10100001110101101010001110010111110100001010100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D651; }

 p { color: rgb(161,214,81); }

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

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

 a { background-color: rgb(161,214,81); }

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

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

 span { border-color: rgb(161,214,81); }

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