Html Css Color HEX #A8D286 Feijoa

📋 copy color: '#A8D286'

red 168 ◦ green 210 ◦ blue 134

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

Shades of Feijoa #A8D286

Tints of Feijoa #A8D286

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.02%

 BLUE value IS 134 (52.73% from 255) = 26.17%

R = 32.81%
G = 41.02%
B = 26.17%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#A8D286 (or 0xA8D286) is known color: Feijoa. HEX triplet: A8, D2 and 86. RGB value is (168,210,134). Sum of RGB (Red+Green+Blue) = 168+210+134=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D286 is #572D79. Grayscale: #BDBDBD. Windows color (decimal): -5713274 or 8835752. OLE color: 8835752.

HSL color Cylindrical-coordinate representation of color #A8D286: hue angle of 93.16º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8D286 is Cyan = 0.2, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 210 134 -
CMYK 0.2 0 0.36 0.18
HSL 93.16º 0.46% 0.67% -
HSV(B) 93.16º 0.36% 0.82% -
XYZ 43.5 56.14 31.1 -
YUV 188.78 97.09 113.18 -
System Red Green Blue C M Y K H S L
Decimal 168 210 134 0.2 0 0.36 0.18 93.16 0.46 0.67
Hex A8 D2 86 14 0 24 12 5D 2E 43
Octal 250 322 206 24 0 44 22 135 56 103
Binary 10101000 11010010 10000110 10100 0 100100 10010 1011101 101110 1000011

Color Harmonies of #A8D286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D286

Black with #A8D286

Text Example


Text Example

White with #A8D286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D286; }

 p { color: rgb(168,210,134); }

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

background-color css

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

 a { background-color: rgb(168,210,134); }

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

border-color css

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

 span { border-color: rgb(168,210,134); }

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