Html Css Color HEX #A8D96F Feijoa

📋 copy color: '#A8D96F'

red 168 ◦ green 217 ◦ blue 111

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

Shades of Feijoa #A8D96F

Tints of Feijoa #A8D96F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.75%

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

R = 33.87%
G = 43.75%
B = 22.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#A8D96F (or 0xA8D96F) is known color: Feijoa. HEX triplet: A8, D9 and 6F. RGB value is (168,217,111). Sum of RGB (Red+Green+Blue) = 168+217+111=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D96F is #572690. Grayscale: #BEBEBE. Windows color (decimal): -5711505 or 7330216. OLE color: 7330216.

HSL color Cylindrical-coordinate representation of color #A8D96F: hue angle of 87.74º degrees, saturation: 0.58, 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 #A8D96F is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 217 111 -
CMYK 0.23 0 0.49 0.15
HSL 87.74º 0.58% 0.64% -
HSV(B) 87.74º 0.49% 0.85% -
XYZ 43.83 59.1 24.14 -
YUV 190.27 83.27 112.12 -
System Red Green Blue C M Y K H S L
Decimal 168 217 111 0.23 0 0.49 0.15 87.74 0.58 0.64
Hex A8 D9 6F 17 0 31 F 58 3A 40
Octal 250 331 157 27 0 61 17 130 72 100
Binary 10101000 11011001 1101111 10111 0 110001 1111 1011000 111010 1000000

Color Harmonies of #A8D96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D96F

Black with #A8D96F

Text Example


Text Example

White with #A8D96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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