Html Css Color HEX #A8DA87 Feijoa

📋 copy color: '#A8DA87'

red 168 ◦ green 218 ◦ blue 135

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

Shades of Feijoa #A8DA87

Tints of Feijoa #A8DA87

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.84%

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

R = 32.25%
G = 41.84%
B = 25.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#A8DA87 (or 0xA8DA87) is known color: Feijoa. HEX triplet: A8, DA and 87. RGB value is (168,218,135). Sum of RGB (Red+Green+Blue) = 168+218+135=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 135 (53.12% from 255 or 25.91% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DA87 is #572578. Grayscale: #C1C1C1. Windows color (decimal): -5711225 or 8903336. OLE color: 8903336.

HSL color Cylindrical-coordinate representation of color #A8DA87: hue angle of 96.14º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8DA87 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 218 135 -
CMYK 0.23 0 0.38 0.15
HSL 96.14º 0.53% 0.69% -
HSV(B) 96.14º 0.38% 0.85% -
XYZ 45.59 60.22 32.14 -
YUV 193.59 94.94 109.75 -
System Red Green Blue C M Y K H S L
Decimal 168 218 135 0.23 0 0.38 0.15 96.14 0.53 0.69
Hex A8 DA 87 17 0 26 F 60 35 45
Octal 250 332 207 27 0 46 17 140 65 105
Binary 10101000 11011010 10000111 10111 0 100110 1111 1100000 110101 1000101

Color Harmonies of #A8DA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA87

Black with #A8DA87

Text Example


Text Example

White with #A8DA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA87; }

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

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

background-color css

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

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

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

border-color css

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

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

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