Html Css Color HEX #A1F76C Feijoa

📋 copy color: '#A1F76C'

red 161 ◦ green 247 ◦ blue 108

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

Shades of Feijoa #A1F76C

Tints of Feijoa #A1F76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.93%

R = 31.2%
G = 47.87%
B = 20.93%

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

#A1F76C (or 0xA1F76C) is known color: Feijoa. HEX triplet: A1, F7 and 6C. RGB value is (161,247,108). Sum of RGB (Red+Green+Blue) = 161+247+108=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F76C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F76C is #5E0893. Grayscale: #CDCDCD. Windows color (decimal): -6162580 or 7141281. OLE color: 7141281.

HSL color Cylindrical-coordinate representation of color #A1F76C: hue angle of 97.12º 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 #A1F76C is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 247 108 -
CMYK 0.35 0 0.56 0.03
HSL 97.12º 0.9% 0.7% -
HSV(B) 97.12º 0.56% 0.97% -
XYZ 50.67 75.18 26.03 -
YUV 205.44 73.01 96.3 -
System Red Green Blue C M Y K H S L
Decimal 161 247 108 0.35 0 0.56 0.03 97.12 0.9 0.7
Hex A1 F7 6C 23 0 38 3 61 5A 46
Octal 241 367 154 43 0 70 3 141 132 106
Binary 10100001 11110111 1101100 100011 0 111000 11 1100001 1011010 1000110

Color Harmonies of #A1F76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F76C

Black with #A1F76C

Text Example


Text Example

White with #A1F76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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