Html Css Color HEX #A1D87A Feijoa

📋 copy color: '#A1D87A'

red 161 ◦ green 216 ◦ blue 122

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

Shades of Feijoa #A1D87A

Tints of Feijoa #A1D87A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.29%

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

R = 32.26%
G = 43.29%
B = 24.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#A1D87A (or 0xA1D87A) is known color: Feijoa. HEX triplet: A1, D8 and 7A. RGB value is (161,216,122). Sum of RGB (Red+Green+Blue) = 161+216+122=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D87A is #5E2785. Grayscale: #BDBDBD. Windows color (decimal): -6170502 or 8050849. OLE color: 8050849.

HSL color Cylindrical-coordinate representation of color #A1D87A: hue angle of 95.11º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1D87A is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 216 122 -
CMYK 0.25 0 0.44 0.15
HSL 95.11º 0.55% 0.66% -
HSV(B) 95.11º 0.44% 0.85% -
XYZ 42.77 58.09 27.37 -
YUV 188.84 90.28 108.14 -
System Red Green Blue C M Y K H S L
Decimal 161 216 122 0.25 0 0.44 0.15 95.11 0.55 0.66
Hex A1 D8 7A 19 0 2C F 5F 37 42
Octal 241 330 172 31 0 54 17 137 67 102
Binary 10100001 11011000 1111010 11001 0 101100 1111 1011111 110111 1000010

Color Harmonies of #A1D87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D87A

Black with #A1D87A

Text Example


Text Example

White with #A1D87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D87A; }

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

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

background-color css

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

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

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

border-color css

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

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

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