#A1D451

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

Shades of Conifer #A1D451

Tints of Conifer #A1D451

Color information

#A1D451 (or 0xA1D451) is unknown color: approx Conifer. HEX triplet: A1, D4 and 51. RGB value is (161,212,81). Sum of RGB (Red+Green+Blue) = 161+212+81=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 81 (32.03% from 255 or 17.84% from 454); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D451 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D451 is #5E2BAE. Grayscale: #B6B6B6. Windows color (decimal): -6171567 or 5362849. OLE color: 5362849.

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

Color convert

RGB16121281-
CMYK0.2400.620.17
HSL83.36º60.37%57.45%-
HSV(B)83.36º61.79%83.14%-
XYZ39.7355.2616.36-
YUV181.8271.1113.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.46%
GREEN value IS 212 (83.20% from 255) = 46.70%
BLUE value IS 81 (32.03% from 255) = 17.84%
R=35.46%
G=46.70%
B=17.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal161212810.2400.620.1783.3660.3757.45
HexA1D4511803E11533c39
Octal24132412130076211237471
Binary10100001110101001010001110000111110100011010011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D451; }

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

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

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

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

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

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

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

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