Html Css Color HEX #A8D871 Feijoa

📋 copy color: '#A8D871'

red 168 ◦ green 216 ◦ blue 113

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

Shades of Feijoa #A8D871

Tints of Feijoa #A8D871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.74%

R = 33.8%
G = 43.46%
B = 22.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#A8D871 (or 0xA8D871) is known color: Feijoa. HEX triplet: A8, D8 and 71. RGB value is (168,216,113). Sum of RGB (Red+Green+Blue) = 168+216+113=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D871 is #57278E. Grayscale: #BEBEBE. Windows color (decimal): -5711759 or 7461032. OLE color: 7461032.

HSL color Cylindrical-coordinate representation of color #A8D871: hue angle of 87.96º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8D871 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 216 113 -
CMYK 0.22 0 0.48 0.15
HSL 87.96º 0.57% 0.65% -
HSV(B) 87.96º 0.48% 0.85% -
XYZ 43.68 58.63 24.64 -
YUV 189.91 84.6 112.38 -
System Red Green Blue C M Y K H S L
Decimal 168 216 113 0.22 0 0.48 0.15 87.96 0.57 0.65
Hex A8 D8 71 16 0 30 F 58 39 41
Octal 250 330 161 26 0 60 17 130 71 101
Binary 10101000 11011000 1110001 10110 0 110000 1111 1011000 111001 1000001

Color Harmonies of #A8D871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D871

Black with #A8D871

Text Example


Text Example

White with #A8D871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D871; }

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

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

background-color css

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

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

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

border-color css

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

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

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