Html Css Color HEX #A8D880 Feijoa

📋 copy color: '#A8D880'

red 168 ◦ green 216 ◦ blue 128

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

Shades of Feijoa #A8D880

Tints of Feijoa #A8D880

RGB

 RED value IS 168 (66.02% from 255) = 32.81%

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

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

R = 32.81%
G = 42.19%
B = 25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#A8D880 (or 0xA8D880) is known color: Feijoa. HEX triplet: A8, D8 and 80. RGB value is (168,216,128). Sum of RGB (Red+Green+Blue) = 168+216+128=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D880 is #57277F. Grayscale: #BFBFBF. Windows color (decimal): -5711744 or 8444072. OLE color: 8444072.

HSL color Cylindrical-coordinate representation of color #A8D880: hue angle of 92.73º 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 #A8D880 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 216 128 -
CMYK 0.22 0 0.41 0.15
HSL 92.73º 0.53% 0.67% -
HSV(B) 92.73º 0.41% 0.85% -
XYZ 44.6 59 29.46 -
YUV 191.62 92.1 111.16 -
System Red Green Blue C M Y K H S L
Decimal 168 216 128 0.22 0 0.41 0.15 92.73 0.53 0.67
Hex A8 D8 80 16 0 29 F 5D 35 43
Octal 250 330 200 26 0 51 17 135 65 103
Binary 10101000 11011000 10000000 10110 0 101001 1111 1011101 110101 1000011

Color Harmonies of #A8D880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D880

Black with #A8D880

Text Example


Text Example

White with #A8D880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D880; }

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

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

background-color css

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

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

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

border-color css

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

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

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