Html Css Color HEX #A1F76D Feijoa

📋 copy color: '#A1F76D'

red 161 ◦ green 247 ◦ blue 109

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

Shades of Feijoa #A1F76D

Tints of Feijoa #A1F76D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.78%

 BLUE value IS 109 (42.97% from 255) = 21.08%

R = 31.14%
G = 47.78%
B = 21.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#A1F76D (or 0xA1F76D) is known color: Feijoa. HEX triplet: A1, F7 and 6D. RGB value is (161,247,109). Sum of RGB (Red+Green+Blue) = 161+247+109=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F76D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F76D is #5E0892. Grayscale: #CECECE. Windows color (decimal): -6162579 or 7206817. OLE color: 7206817.

HSL color Cylindrical-coordinate representation of color #A1F76D: hue angle of 97.39º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1F76D is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 247 109 -
CMYK 0.35 0 0.56 0.03
HSL 97.39º 0.9% 0.7% -
HSV(B) 97.39º 0.56% 0.97% -
XYZ 50.72 75.2 26.31 -
YUV 205.55 73.51 96.22 -
System Red Green Blue C M Y K H S L
Decimal 161 247 109 0.35 0 0.56 0.03 97.39 0.9 0.7
Hex A1 F7 6D 23 0 38 3 61 5A 46
Octal 241 367 155 43 0 70 3 141 132 106
Binary 10100001 11110111 1101101 100011 0 111000 11 1100001 1011010 1000110

Color Harmonies of #A1F76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F76D

Black with #A1F76D

Text Example


Text Example

White with #A1F76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F76D; }

 p { color: rgb(161,247,109); }

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

background-color css

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

 a { background-color: rgb(161,247,109); }

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

border-color css

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

 span { border-color: rgb(161,247,109); }

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