Html Css Color HEX #A1F577 Feijoa

📋 copy color: '#A1F577'

red 161 ◦ green 245 ◦ blue 119

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

Shades of Feijoa #A1F577

Tints of Feijoa #A1F577

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.67%

 BLUE value IS 119 (46.88% from 255) = 22.67%

R = 30.67%
G = 46.67%
B = 22.67%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#A1F577 (or 0xA1F577) is known color: Feijoa. HEX triplet: A1, F5 and 77. RGB value is (161,245,119). Sum of RGB (Red+Green+Blue) = 161+245+119=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 245 - color contains mainly: green. Hex color #A1F577 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F577 is #5E0A88. Grayscale: #CDCDCD. Windows color (decimal): -6163081 or 7861665. OLE color: 7861665.

HSL color Cylindrical-coordinate representation of color #A1F577: hue angle of 100º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1F577 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 245 119 -
CMYK 0.34 0 0.51 0.04
HSL 100º 0.86% 0.71% -
HSV(B) 100º 0.51% 0.96% -
XYZ 50.68 74.21 29.11 -
YUV 205.52 79.17 96.25 -
System Red Green Blue C M Y K H S L
Decimal 161 245 119 0.34 0 0.51 0.04 100 0.86 0.71
Hex A1 F5 77 22 0 33 4 64 56 47
Octal 241 365 167 42 0 63 4 144 126 107
Binary 10100001 11110101 1110111 100010 0 110011 100 1100100 1010110 1000111

Color Harmonies of #A1F577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F577

Black with #A1F577

Text Example


Text Example

White with #A1F577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F577; }

 p { color: rgb(161,245,119); }

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

background-color css

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

 a { background-color: rgb(161,245,119); }

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

border-color css

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

 span { border-color: rgb(161,245,119); }

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