Html Css Color HEX #A8D087 Feijoa

📋 copy color: '#A8D087'

red 168 ◦ green 208 ◦ blue 135

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

Shades of Feijoa #A8D087

Tints of Feijoa #A8D087

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.7%

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

R = 32.88%
G = 40.7%
B = 26.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#A8D087 (or 0xA8D087) is known color: Feijoa. HEX triplet: A8, D0 and 87. RGB value is (168,208,135). Sum of RGB (Red+Green+Blue) = 168+208+135=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 135 (53.12% from 255 or 26.42% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D087 is #572F78. Grayscale: #BBBBBB. Windows color (decimal): -5713785 or 8900776. OLE color: 8900776.

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

Color convert

RGB 168 208 135 -
CMYK 0.19 0 0.35 0.18
HSL 92.88º 0.44% 0.67% -
HSV(B) 92.88º 0.35% 0.82% -
XYZ 43.08 55.19 31.3 -
YUV 187.72 98.25 113.94 -
System Red Green Blue C M Y K H S L
Decimal 168 208 135 0.19 0 0.35 0.18 92.88 0.44 0.67
Hex A8 D0 87 13 0 23 12 5D 2C 43
Octal 250 320 207 23 0 43 22 135 54 103
Binary 10101000 11010000 10000111 10011 0 100011 10010 1011101 101100 1000011

Color Harmonies of #A8D087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D087

Black with #A8D087

Text Example


Text Example

White with #A8D087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D087; }

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

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

background-color css

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

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

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

border-color css

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

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

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