#A1D75D

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

Shades of Conifer #A1D75D

Tints of Conifer #A1D75D

Color information

#A1D75D (or 0xA1D75D) is unknown color: approx Conifer. HEX triplet: A1, D7 and 5D. RGB value is (161,215,93). Sum of RGB (Red+Green+Blue) = 161+215+93=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D75D is #5E28A2. Grayscale: #B9B9B9. Windows color (decimal): -6170787 or 6150049. OLE color: 6150049.

HSL color Cylindrical-coordinate representation of color #A1D75D: hue angle of 86.56º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1D75D is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB16121593-
CMYK0.2500.570.16
HSL86.56º60.4%60.39%-
HSV(B)86.56º56.74%84.31%-
XYZ40.9756.9719.19-
YUV184.9576.11110.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.33%
GREEN value IS 215 (84.38% from 255) = 45.84%
BLUE value IS 93 (36.72% from 255) = 19.83%
R=34.33%
G=45.84%
B=19.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161215930.2500.570.1686.5660.460.39
HexA1D75D1903910573c3c
Octal24132713531071201277474
Binary10100001110101111011101110010111001100001010111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D75D; }

 p { color: rgb(161,215,93); }

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

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

 a { background-color: rgb(161,215,93); }

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

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

 span { border-color: rgb(161,215,93); }

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