Html Css Color HEX #A8D86F Feijoa

📋 copy color: '#A8D86F'

red 168 ◦ green 216 ◦ blue 111

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

Shades of Feijoa #A8D86F

Tints of Feijoa #A8D86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.42%

R = 33.94%
G = 43.64%
B = 22.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#A8D86F (or 0xA8D86F) is known color: Feijoa. HEX triplet: A8, D8 and 6F. RGB value is (168,216,111). Sum of RGB (Red+Green+Blue) = 168+216+111=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D86F is #572790. Grayscale: #BEBEBE. Windows color (decimal): -5711761 or 7329960. OLE color: 7329960.

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

Color convert

RGB 168 216 111 -
CMYK 0.22 0 0.49 0.15
HSL 87.43º 0.57% 0.64% -
HSV(B) 87.43º 0.49% 0.85% -
XYZ 43.57 58.58 24.05 -
YUV 189.68 83.6 112.54 -
System Red Green Blue C M Y K H S L
Decimal 168 216 111 0.22 0 0.49 0.15 87.43 0.57 0.64
Hex A8 D8 6F 16 0 31 F 57 39 40
Octal 250 330 157 26 0 61 17 127 71 100
Binary 10101000 11011000 1101111 10110 0 110001 1111 1010111 111001 1000000

Color Harmonies of #A8D86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D86F

Black with #A8D86F

Text Example


Text Example

White with #A8D86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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