Html Css Color HEX #A8D882 Feijoa

📋 copy color: '#A8D882'

red 168 ◦ green 216 ◦ blue 130

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

Shades of Feijoa #A8D882

Tints of Feijoa #A8D882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.29%

R = 32.68%
G = 42.02%
B = 25.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#A8D882 (or 0xA8D882) is known color: Feijoa. HEX triplet: A8, D8 and 82. RGB value is (168,216,130). Sum of RGB (Red+Green+Blue) = 168+216+130=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D882 is #57277D. Grayscale: #C0C0C0. Windows color (decimal): -5711742 or 8575144. OLE color: 8575144.

HSL color Cylindrical-coordinate representation of color #A8D882: hue angle of 93.49º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8D882 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 216 130 -
CMYK 0.22 0 0.40 0.15
HSL 93.49º 0.52% 0.68% -
HSV(B) 93.49º 0.4% 0.85% -
XYZ 44.73 59.05 30.16 -
YUV 191.84 93.1 110.99 -
System Red Green Blue C M Y K H S L
Decimal 168 216 130 0.22 0 0.40 0.15 93.49 0.52 0.68
Hex A8 D8 82 16 0 28 F 5D 34 44
Octal 250 330 202 26 0 50 17 135 64 104
Binary 10101000 11011000 10000010 10110 0 101000 1111 1011101 110100 1000100

Color Harmonies of #A8D882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D882

Black with #A8D882

Text Example


Text Example

White with #A8D882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D882; }

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

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

background-color css

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

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

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

border-color css

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

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

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