Html Css Color HEX #A8D87D Feijoa

📋 copy color: '#A8D87D'

red 168 ◦ green 216 ◦ blue 125

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

Shades of Feijoa #A8D87D

Tints of Feijoa #A8D87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.56%

R = 33.01%
G = 42.44%
B = 24.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#A8D87D (or 0xA8D87D) is known color: Feijoa. HEX triplet: A8, D8 and 7D. RGB value is (168,216,125). Sum of RGB (Red+Green+Blue) = 168+216+125=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D87D is #572782. Grayscale: #BFBFBF. Windows color (decimal): -5711747 or 8247464. OLE color: 8247464.

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

Color convert

RGB 168 216 125 -
CMYK 0.22 0 0.42 0.15
HSL 91.65º 0.54% 0.67% -
HSV(B) 91.65º 0.42% 0.85% -
XYZ 44.41 58.92 28.43 -
YUV 191.27 90.6 111.4 -
System Red Green Blue C M Y K H S L
Decimal 168 216 125 0.22 0 0.42 0.15 91.65 0.54 0.67
Hex A8 D8 7D 16 0 2A F 5C 36 43
Octal 250 330 175 26 0 52 17 134 66 103
Binary 10101000 11011000 1111101 10110 0 101010 1111 1011100 110110 1000011

Color Harmonies of #A8D87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D87D

Black with #A8D87D

Text Example


Text Example

White with #A8D87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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