Html Css Color HEX #A8D287 Feijoa

📋 copy color: '#A8D287'

red 168 ◦ green 210 ◦ blue 135

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

Shades of Feijoa #A8D287

Tints of Feijoa #A8D287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.32%

R = 32.75%
G = 40.94%
B = 26.32%

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

#A8D287 (or 0xA8D287) is known color: Feijoa. HEX triplet: A8, D2 and 87. RGB value is (168,210,135). Sum of RGB (Red+Green+Blue) = 168+210+135=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 135 (53.12% from 255 or 26.32% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D287 is #572D78. Grayscale: #BDBDBD. Windows color (decimal): -5713273 or 8901288. OLE color: 8901288.

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

Color convert

RGB 168 210 135 -
CMYK 0.2 0 0.36 0.18
HSL 93.6º 0.45% 0.68% -
HSV(B) 93.6º 0.36% 0.82% -
XYZ 43.57 56.17 31.47 -
YUV 188.89 97.59 113.1 -
System Red Green Blue C M Y K H S L
Decimal 168 210 135 0.2 0 0.36 0.18 93.6 0.45 0.68
Hex A8 D2 87 14 0 24 12 5E 2D 44
Octal 250 322 207 24 0 44 22 136 55 104
Binary 10101000 11010010 10000111 10100 0 100100 10010 1011110 101101 1000100

Color Harmonies of #A8D287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D287

Black with #A8D287

Text Example


Text Example

White with #A8D287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D287; }

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

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

background-color css

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

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

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

border-color css

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

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

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