#A1F14D

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

Shades of Conifer #A1F14D

Tints of Conifer #A1F14D

Color information

#A1F14D (or 0xA1F14D) is unknown color: approx Conifer. HEX triplet: A1, F1 and 4D. RGB value is (161,241,77). Sum of RGB (Red+Green+Blue) = 161+241+77=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F14D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F14D is #5E0EB2. Grayscale: #C6C6C6. Windows color (decimal): -6164147 or 5108129. OLE color: 5108129.

HSL color Cylindrical-coordinate representation of color #A1F14D: hue angle of 89.27º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1F14D is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB16124177-
CMYK0.3300.680.05
HSL89.27º85.42%62.35%-
HSV(B)89.27º68.05%94.51%-
XYZ47.4971.0218.23-
YUV198.3859.5101.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.61%
GREEN value IS 241 (94.53% from 255) = 50.31%
BLUE value IS 77 (30.47% from 255) = 16.08%
R=33.61%
G=50.31%
B=16.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161241770.3300.680.0589.2785.4262.35
HexA1F14D21044559553e
Octal241361115410104513112576
Binary101000011111000110011011000010100010010110110011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F14D; }

 p { color: rgb(161,241,77); }

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

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

 a { background-color: rgb(161,241,77); }

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

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

 span { border-color: rgb(161,241,77); }

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