Html Css Color HEX #A1F87A Feijoa

📋 copy color: '#A1F87A'

red 161 ◦ green 248 ◦ blue 122

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

Shades of Feijoa #A1F87A

Tints of Feijoa #A1F87A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.7%

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

R = 30.32%
G = 46.7%
B = 22.98%

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

#A1F87A (or 0xA1F87A) is known color: Feijoa. HEX triplet: A1, F8 and 7A. RGB value is (161,248,122). Sum of RGB (Red+Green+Blue) = 161+248+122=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F87A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F87A is #5E0785. Grayscale: #D0D0D0. Windows color (decimal): -6162310 or 8059041. OLE color: 8059041.

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

Color convert

RGB 161 248 122 -
CMYK 0.35 0 0.51 0.03
HSL 101.43º 0.9% 0.73% -
HSV(B) 101.43º 0.51% 0.97% -
XYZ 51.78 76.12 30.38 -
YUV 207.62 79.68 94.75 -
System Red Green Blue C M Y K H S L
Decimal 161 248 122 0.35 0 0.51 0.03 101.43 0.9 0.73
Hex A1 F8 7A 23 0 33 3 65 5A 49
Octal 241 370 172 43 0 63 3 145 132 111
Binary 10100001 11111000 1111010 100011 0 110011 11 1100101 1011010 1001001

Color Harmonies of #A1F87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F87A

Black with #A1F87A

Text Example


Text Example

White with #A1F87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F87A; }

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

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

background-color css

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

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

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

border-color css

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

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

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