Html Css Color HEX #A8E86D Feijoa

📋 copy color: '#A8E86D'

red 168 ◦ green 232 ◦ blue 109

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

Shades of Feijoa #A8E86D

Tints of Feijoa #A8E86D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.58%

 BLUE value IS 109 (42.97% from 255) = 21.41%

R = 33.01%
G = 45.58%
B = 21.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#A8E86D (or 0xA8E86D) is known color: Feijoa. HEX triplet: A8, E8 and 6D. RGB value is (168,232,109). Sum of RGB (Red+Green+Blue) = 168+232+109=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 232 - color contains mainly: green. Hex color #A8E86D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E86D is #571792. Grayscale: #C7C7C7. Windows color (decimal): -5707667 or 7202984. OLE color: 7202984.

HSL color Cylindrical-coordinate representation of color #A8E86D: hue angle of 91.22º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8E86D is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 232 109 -
CMYK 0.28 0 0.53 0.09
HSL 91.22º 0.73% 0.67% -
HSV(B) 91.22º 0.53% 0.91% -
XYZ 47.77 67.14 24.91 -
YUV 198.84 77.3 106 -
System Red Green Blue C M Y K H S L
Decimal 168 232 109 0.28 0 0.53 0.09 91.22 0.73 0.67
Hex A8 E8 6D 1C 0 35 9 5B 49 43
Octal 250 350 155 34 0 65 11 133 111 103
Binary 10101000 11101000 1101101 11100 0 110101 1001 1011011 1001001 1000011

Color Harmonies of #A8E86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E86D

Black with #A8E86D

Text Example


Text Example

White with #A8E86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E86D; }

 p { color: rgb(168,232,109); }

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

background-color css

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

 a { background-color: rgb(168,232,109); }

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

border-color css

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

 span { border-color: rgb(168,232,109); }

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