Html Css Color HEX #A1FF76 Feijoa

📋 copy color: '#A1FF76'

red 161 ◦ green 255 ◦ blue 118

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

Shades of Feijoa #A1FF76

Tints of Feijoa #A1FF76

RGB

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

 GREEN value IS 255 (100% from 255) = 47.75%

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

R = 30.15%
G = 47.75%
B = 22.1%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#A1FF76 (or 0xA1FF76) is known color: Feijoa. HEX triplet: A1, FF and 76. RGB value is (161,255,118). Sum of RGB (Red+Green+Blue) = 161+255+118=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FF76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FF76 is #5E0089. Grayscale: #D3D3D3. Windows color (decimal): -6160522 or 7798689. OLE color: 7798689.

HSL color Cylindrical-coordinate representation of color #A1FF76: hue angle of 101.17º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1FF76 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 161 255 118 -
CMYK 0.37 0 0.54 0
HSL 101.17º 1% 0.73% -
HSV(B) 101.17º 0.54% 1% -
XYZ 53.73 80.41 29.83 -
YUV 211.28 75.36 92.14 -
System Red Green Blue C M Y K H S L
Decimal 161 255 118 0.37 0 0.54 0 101.17 1 0.73
Hex A1 FF 76 25 0 36 0 65 64 49
Octal 241 377 166 45 0 66 0 145 144 111
Binary 10100001 11111111 1110110 100101 0 110110 0 1100101 1100100 1001001

Color Harmonies of #A1FF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FF76

Black with #A1FF76

Text Example


Text Example

White with #A1FF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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