Html Css Color HEX #A1F77A Feijoa

📋 copy color: '#A1F77A'

red 161 ◦ green 247 ◦ blue 122

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

Shades of Feijoa #A1F77A

Tints of Feijoa #A1F77A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.02%

R = 30.38%
G = 46.6%
B = 23.02%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#A1F77A (or 0xA1F77A) is known color: Feijoa. HEX triplet: A1, F7 and 7A. RGB value is (161,247,122). Sum of RGB (Red+Green+Blue) = 161+247+122=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 247 (96.88% from 255 or 46.60% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F77A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F77A is #5E0885. Grayscale: #CFCFCF. Windows color (decimal): -6162566 or 8058785. OLE color: 8058785.

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

Color convert

RGB 161 247 122 -
CMYK 0.35 0 0.51 0.03
HSL 101.28º 0.89% 0.72% -
HSV(B) 101.28º 0.51% 0.97% -
XYZ 51.47 75.5 30.27 -
YUV 207.04 80.01 95.16 -
System Red Green Blue C M Y K H S L
Decimal 161 247 122 0.35 0 0.51 0.03 101.28 0.89 0.72
Hex A1 F7 7A 23 0 33 3 65 59 48
Octal 241 367 172 43 0 63 3 145 131 110
Binary 10100001 11110111 1111010 100011 0 110011 11 1100101 1011001 1001000

Color Harmonies of #A1F77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F77A

Black with #A1F77A

Text Example


Text Example

White with #A1F77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F77A; }

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

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

background-color css

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

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

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

border-color css

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

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

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