Html Css Color HEX #A8D988 Feijoa

📋 copy color: '#A8D988'

red 168 ◦ green 217 ◦ blue 136

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

Shades of Feijoa #A8D988

Tints of Feijoa #A8D988

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.65%

 BLUE value IS 136 (53.52% from 255) = 26.1%

R = 32.25%
G = 41.65%
B = 26.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#A8D988 (or 0xA8D988) is known color: Feijoa. HEX triplet: A8, D9 and 88. RGB value is (168,217,136). Sum of RGB (Red+Green+Blue) = 168+217+136=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D988 is #572677. Grayscale: #C1C1C1. Windows color (decimal): -5711480 or 8968616. OLE color: 8968616.

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

Color convert

RGB 168 217 136 -
CMYK 0.23 0 0.37 0.15
HSL 96.3º 0.52% 0.69% -
HSV(B) 96.3º 0.37% 0.85% -
XYZ 45.41 59.73 32.43 -
YUV 193.12 95.77 110.09 -
System Red Green Blue C M Y K H S L
Decimal 168 217 136 0.23 0 0.37 0.15 96.3 0.52 0.69
Hex A8 D9 88 17 0 25 F 60 34 45
Octal 250 331 210 27 0 45 17 140 64 105
Binary 10101000 11011001 10001000 10111 0 100101 1111 1100000 110100 1000101

Color Harmonies of #A8D988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D988

Black with #A8D988

Text Example


Text Example

White with #A8D988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D988; }

 p { color: rgb(168,217,136); }

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

background-color css

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

 a { background-color: rgb(168,217,136); }

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

border-color css

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

 span { border-color: rgb(168,217,136); }

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