Html Css Color HEX #A1FD76 Feijoa

📋 copy color: '#A1FD76'

red 161 ◦ green 253 ◦ blue 118

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

Shades of Feijoa #A1FD76

Tints of Feijoa #A1FD76

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.56%

 BLUE value IS 118 (46.48% from 255) = 22.18%

R = 30.26%
G = 47.56%
B = 22.18%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#A1FD76 (or 0xA1FD76) is known color: Feijoa. HEX triplet: A1, FD and 76. RGB value is (161,253,118). Sum of RGB (Red+Green+Blue) = 161+253+118=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 118 (46.48% from 255 or 22.18% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FD76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FD76 is #5E0289. Grayscale: #D2D2D2. Windows color (decimal): -6161034 or 7798177. OLE color: 7798177.

HSL color Cylindrical-coordinate representation of color #A1FD76: hue angle of 100.89º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1FD76 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 253 118 -
CMYK 0.36 0 0.53 0.01
HSL 100.89º 0.97% 0.73% -
HSV(B) 100.89º 0.53% 0.99% -
XYZ 53.09 79.14 29.62 -
YUV 210.1 76.02 92.98 -
System Red Green Blue C M Y K H S L
Decimal 161 253 118 0.36 0 0.53 0.01 100.89 0.97 0.73
Hex A1 FD 76 24 0 35 1 65 61 49
Octal 241 375 166 44 0 65 1 145 141 111
Binary 10100001 11111101 1110110 100100 0 110101 1 1100101 1100001 1001001

Color Harmonies of #A1FD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FD76

Black with #A1FD76

Text Example


Text Example

White with #A1FD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FD76; }

 p { color: rgb(161,253,118); }

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

background-color css

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

 a { background-color: rgb(161,253,118); }

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

border-color css

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

 span { border-color: rgb(161,253,118); }

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