Html Css Color HEX #A1F473 Feijoa

📋 copy color: '#A1F473'

red 161 ◦ green 244 ◦ blue 115

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

Shades of Feijoa #A1F473

Tints of Feijoa #A1F473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.12%

R = 30.96%
G = 46.92%
B = 22.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#A1F473 (or 0xA1F473) is known color: Feijoa. HEX triplet: A1, F4 and 73. RGB value is (161,244,115). Sum of RGB (Red+Green+Blue) = 161+244+115=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 244 (95.70% from 255 or 46.92% from 520); Blue value is 115 (45.31% from 255 or 22.12% from 520); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F473 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F473 is #5E0B8C. Grayscale: #CCCCCC. Windows color (decimal): -6163341 or 7599265. OLE color: 7599265.

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

Color convert

RGB 161 244 115 -
CMYK 0.34 0 0.53 0.04
HSL 98.6º 0.85% 0.7% -
HSV(B) 98.6º 0.53% 0.96% -
XYZ 50.14 73.52 27.77 -
YUV 204.48 77.5 96.99 -
System Red Green Blue C M Y K H S L
Decimal 161 244 115 0.34 0 0.53 0.04 98.6 0.85 0.7
Hex A1 F4 73 22 0 35 4 63 55 46
Octal 241 364 163 42 0 65 4 143 125 106
Binary 10100001 11110100 1110011 100010 0 110101 100 1100011 1010101 1000110

Color Harmonies of #A1F473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F473

Black with #A1F473

Text Example


Text Example

White with #A1F473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F473; }

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

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

background-color css

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

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

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

border-color css

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

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

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