Html Css Color HEX #A1F471 Feijoa

📋 copy color: '#A1F471'

red 161 ◦ green 244 ◦ blue 113

#A1F471
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #A1F471

Tints of Feijoa #A1F471

RGB

 RED value IS 161 (63.28% from 255) = 31.08%

 GREEN value IS 244 (95.7% from 255) = 47.1%

 BLUE value IS 113 (44.53% from 255) = 21.81%

R = 31.08%
G = 47.1%
B = 21.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#A1F471 (or 0xA1F471) is known color: Feijoa. HEX triplet: A1, F4 and 71. RGB value is (161,244,113). Sum of RGB (Red+Green+Blue) = 161+244+113=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F471 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F471 is #5E0B8E. Grayscale: #CCCCCC. Windows color (decimal): -6163343 or 7468193. OLE color: 7468193.

HSL color Cylindrical-coordinate representation of color #A1F471: hue angle of 98.02º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1F471 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 244 113 -
CMYK 0.34 0 0.54 0.04
HSL 98.02º 0.86% 0.7% -
HSV(B) 98.02º 0.54% 0.96% -
XYZ 50.03 73.47 27.17 -
YUV 204.25 76.5 97.15 -
System Red Green Blue C M Y K H S L
Decimal 161 244 113 0.34 0 0.54 0.04 98.02 0.86 0.7
Hex A1 F4 71 22 0 36 4 62 56 46
Octal 241 364 161 42 0 66 4 142 126 106
Binary 10100001 11110100 1110001 100010 0 110110 100 1100010 1010110 1000110

Color Harmonies of #A1F471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F471

Black with #A1F471

Text Example


Text Example

White with #A1F471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F471; }

 p { color: rgb(161,244,113); }

 H1.HeaderClassName
 {
   color: #A1F471;
 }
 .AnyTagClassName
 {
   color: #A1F471;
 }
</style>

background-color css

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

 a { background-color: rgb(161,244,113); }

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

border-color css

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

 span { border-color: rgb(161,244,113); }

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