Html Css Color HEX #A1FA74 Feijoa

📋 copy color: '#A1FA74'

red 161 ◦ green 250 ◦ blue 116

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

Shades of Feijoa #A1FA74

Tints of Feijoa #A1FA74

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.44%

 BLUE value IS 116 (45.7% from 255) = 22.01%

R = 30.55%
G = 47.44%
B = 22.01%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#A1FA74 (or 0xA1FA74) is known color: Feijoa. HEX triplet: A1, FA and 74. RGB value is (161,250,116). Sum of RGB (Red+Green+Blue) = 161+250+116=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FA74 is #5E058B. Grayscale: #D0D0D0. Windows color (decimal): -6161804 or 7666337. OLE color: 7666337.

HSL color Cylindrical-coordinate representation of color #A1FA74: hue angle of 99.85º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1FA74 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 250 116 -
CMYK 0.36 0 0.54 0.02
HSL 99.85º 0.93% 0.72% -
HSV(B) 99.85º 0.54% 0.98% -
XYZ 52.04 77.21 28.68 -
YUV 208.11 76.01 94.4 -
System Red Green Blue C M Y K H S L
Decimal 161 250 116 0.36 0 0.54 0.02 99.85 0.93 0.72
Hex A1 FA 74 24 0 36 2 64 5D 48
Octal 241 372 164 44 0 66 2 144 135 110
Binary 10100001 11111010 1110100 100100 0 110110 10 1100100 1011101 1001000

Color Harmonies of #A1FA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FA74

Black with #A1FA74

Text Example


Text Example

White with #A1FA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FA74; }

 p { color: rgb(161,250,116); }

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

background-color css

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

 a { background-color: rgb(161,250,116); }

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

border-color css

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

 span { border-color: rgb(161,250,116); }

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