#A1D057

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

Shades of Conifer #A1D057

Tints of Conifer #A1D057

Color information

#A1D057 (or 0xA1D057) is unknown color: approx Conifer. HEX triplet: A1, D0 and 57. RGB value is (161,208,87). Sum of RGB (Red+Green+Blue) = 161+208+87=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 87 (34.38% from 255 or 19.08% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D057 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D057 is #5E2FA8. Grayscale: #B4B4B4. Windows color (decimal): -6172585 or 5755041. OLE color: 5755041.

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

Color convert

RGB16120887-
CMYK0.2300.580.18
HSL83.31º56.28%57.84%-
HSV(B)83.31º58.17%81.57%-
XYZ38.9753.3817.27-
YUV180.1575.43114.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.31%
GREEN value IS 208 (81.64% from 255) = 45.61%
BLUE value IS 87 (34.38% from 255) = 19.08%
R=35.31%
G=45.61%
B=19.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal161208870.2300.580.1883.3156.2857.84
HexA1D0571703A1253383a
Octal24132012727072221237072
Binary10100001110100001010111101110111010100101010011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D057; }

 p { color: rgb(161,208,87); }

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

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

 a { background-color: rgb(161,208,87); }

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

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

 span { border-color: rgb(161,208,87); }

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