Html Css Color HEX #A8D872 Feijoa

📋 copy color: '#A8D872'

red 168 ◦ green 216 ◦ blue 114

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

Shades of Feijoa #A8D872

Tints of Feijoa #A8D872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.89%

R = 33.73%
G = 43.37%
B = 22.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#A8D872 (or 0xA8D872) is known color: Feijoa. HEX triplet: A8, D8 and 72. RGB value is (168,216,114). Sum of RGB (Red+Green+Blue) = 168+216+114=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D872 is #57278D. Grayscale: #BEBEBE. Windows color (decimal): -5711758 or 7526568. OLE color: 7526568.

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

Color convert

RGB 168 216 114 -
CMYK 0.22 0 0.47 0.15
HSL 88.24º 0.57% 0.65% -
HSV(B) 88.24º 0.47% 0.85% -
XYZ 43.74 58.65 24.94 -
YUV 190.02 85.1 112.29 -
System Red Green Blue C M Y K H S L
Decimal 168 216 114 0.22 0 0.47 0.15 88.24 0.57 0.65
Hex A8 D8 72 16 0 2F F 58 39 41
Octal 250 330 162 26 0 57 17 130 71 101
Binary 10101000 11011000 1110010 10110 0 101111 1111 1011000 111001 1000001

Color Harmonies of #A8D872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D872

Black with #A8D872

Text Example


Text Example

White with #A8D872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D872; }

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

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

background-color css

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

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

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

border-color css

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

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

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