#A1F95D

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

Shades of Conifer #A1F95D

Tints of Conifer #A1F95D

Color information

#A1F95D (or 0xA1F95D) is unknown color: approx Conifer. HEX triplet: A1, F9 and 5D. RGB value is (161,249,93). Sum of RGB (Red+Green+Blue) = 161+249+93=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F95D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F95D is #5E06A2. Grayscale: #CDCDCD. Windows color (decimal): -6162083 or 6158753. OLE color: 6158753.

HSL color Cylindrical-coordinate representation of color #A1F95D: hue angle of 93.85º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1F95D is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB16124993-
CMYK0.3500.630.02
HSL93.85º92.86%67.06%-
HSV(B)93.85º62.65%97.65%-
XYZ50.5576.1222.38-
YUV204.964.8596.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 249 (97.66% from 255) = 49.50%
BLUE value IS 93 (36.72% from 255) = 18.49%
R=32.01%
G=49.50%
B=18.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161249930.3500.630.0293.8592.8667.06
HexA1F95D2303F25e5d43
Octal241371135430772136135103
Binary10100001111110011011101100011011111110101111010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F95D; }

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

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

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

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

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

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

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

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