#A1F251

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

Shades of Conifer #A1F251

Tints of Conifer #A1F251

Color information

#A1F251 (or 0xA1F251) is unknown color: approx Conifer. HEX triplet: A1, F2 and 51. RGB value is (161,242,81). Sum of RGB (Red+Green+Blue) = 161+242+81=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 81 (32.03% from 255 or 16.74% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F251 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F251 is #5E0DAE. Grayscale: #C7C7C7. Windows color (decimal): -6163887 or 5370529. OLE color: 5370529.

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

Color convert

RGB16124281-
CMYK0.3300.670.05
HSL90.19º86.1%63.33%-
HSV(B)90.19º66.53%94.9%-
XYZ47.9471.6819.09-
YUV199.4361.16100.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 242 (94.92% from 255) = 50%
BLUE value IS 81 (32.03% from 255) = 16.74%
R=33.26%
G=50%
B=16.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161242810.3300.670.0590.1986.163.33
HexA1F2512104355a563f
Octal241362121410103513212677
Binary101000011111001010100011000010100001110110110101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F251; }

 p { color: rgb(161,242,81); }

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

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

 a { background-color: rgb(161,242,81); }

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

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

 span { border-color: rgb(161,242,81); }

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