#A1D358

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

Shades of Conifer #A1D358

Tints of Conifer #A1D358

Color information

#A1D358 (or 0xA1D358) is unknown color: approx Conifer. HEX triplet: A1, D3 and 58. RGB value is (161,211,88). Sum of RGB (Red+Green+Blue) = 161+211+88=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D358 is #5E2CA7. Grayscale: #B6B6B6. Windows color (decimal): -6171816 or 5821345. OLE color: 5821345.

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

Color convert

RGB16121188-
CMYK0.2400.580.17
HSL84.39º58.29%58.63%-
HSV(B)84.39º58.29%82.75%-
XYZ39.7554.8717.73-
YUV182.0374.94113-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35%
GREEN value IS 211 (82.81% from 255) = 45.87%
BLUE value IS 88 (34.77% from 255) = 19.13%
R=35%
G=45.87%
B=19.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal161211880.2400.580.1784.3958.2958.63
HexA1D3581803A11543a3b
Octal24132313030072211247273
Binary10100001110100111011000110000111010100011010100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D358; }

 p { color: rgb(161,211,88); }

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

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

 a { background-color: rgb(161,211,88); }

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

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

 span { border-color: rgb(161,211,88); }

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