Html Css Color HEX #A1D880 Feijoa

📋 copy color: '#A1D880'

red 161 ◦ green 216 ◦ blue 128

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

Shades of Feijoa #A1D880

Tints of Feijoa #A1D880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.35%

R = 31.88%
G = 42.77%
B = 25.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#A1D880 (or 0xA1D880) is known color: Feijoa. HEX triplet: A1, D8 and 80. RGB value is (161,216,128). Sum of RGB (Red+Green+Blue) = 161+216+128=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D880 is #5E277F. Grayscale: #BDBDBD. Windows color (decimal): -6170496 or 8444065. OLE color: 8444065.

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

Color convert

RGB 161 216 128 -
CMYK 0.25 0 0.41 0.15
HSL 97.5º 0.53% 0.67% -
HSV(B) 97.5º 0.41% 0.85% -
XYZ 43.15 58.25 29.39 -
YUV 189.52 93.28 107.66 -
System Red Green Blue C M Y K H S L
Decimal 161 216 128 0.25 0 0.41 0.15 97.5 0.53 0.67
Hex A1 D8 80 19 0 29 F 62 35 43
Octal 241 330 200 31 0 51 17 142 65 103
Binary 10100001 11011000 10000000 11001 0 101001 1111 1100010 110101 1000011

Color Harmonies of #A1D880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D880

Black with #A1D880

Text Example


Text Example

White with #A1D880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D880; }

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

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

background-color css

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

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

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

border-color css

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

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

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