#A1F14A

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

Shades of Conifer #A1F14A

Tints of Conifer #A1F14A

Color information

#A1F14A (or 0xA1F14A) is unknown color: approx Conifer. HEX triplet: A1, F1 and 4A. RGB value is (161,241,74). Sum of RGB (Red+Green+Blue) = 161+241+74=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F14A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F14A is #5E0EB5. Grayscale: #C6C6C6. Windows color (decimal): -6164150 or 4911521. OLE color: 4911521.

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

Color convert

RGB16124174-
CMYK0.3300.690.05
HSL88.74º85.64%61.76%-
HSV(B)88.74º69.29%94.51%-
XYZ47.3970.9817.68-
YUV198.0458101.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.82%
GREEN value IS 241 (94.53% from 255) = 50.63%
BLUE value IS 74 (29.30% from 255) = 15.55%
R=33.82%
G=50.63%
B=15.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161241740.3300.690.0588.7485.6461.76
HexA1F14A21045559563e
Octal241361112410105513112676
Binary101000011111000110010101000010100010110110110011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F14A; }

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

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

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

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

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

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

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

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