Html Css Color HEX #A8D576 Feijoa

📋 copy color: '#A8D576'

red 168 ◦ green 213 ◦ blue 118

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

Shades of Feijoa #A8D576

Tints of Feijoa #A8D576

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.69%

 BLUE value IS 118 (46.48% from 255) = 23.65%

R = 33.67%
G = 42.69%
B = 23.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#A8D576 (or 0xA8D576) is known color: Feijoa. HEX triplet: A8, D5 and 76. RGB value is (168,213,118). Sum of RGB (Red+Green+Blue) = 168+213+118=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D576 is #572A89. Grayscale: #BDBDBD. Windows color (decimal): -5712522 or 7787944. OLE color: 7787944.

HSL color Cylindrical-coordinate representation of color #A8D576: hue angle of 88.42º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8D576 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 213 118 -
CMYK 0.21 0 0.45 0.16
HSL 88.42º 0.53% 0.65% -
HSV(B) 88.42º 0.45% 0.84% -
XYZ 43.21 57.22 25.91 -
YUV 188.72 88.09 113.22 -
System Red Green Blue C M Y K H S L
Decimal 168 213 118 0.21 0 0.45 0.16 88.42 0.53 0.65
Hex A8 D5 76 15 0 2D 10 58 35 41
Octal 250 325 166 25 0 55 20 130 65 101
Binary 10101000 11010101 1110110 10101 0 101101 10000 1011000 110101 1000001

Color Harmonies of #A8D576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D576

Black with #A8D576

Text Example


Text Example

White with #A8D576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D576; }

 p { color: rgb(168,213,118); }

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

background-color css

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

 a { background-color: rgb(168,213,118); }

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

border-color css

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

 span { border-color: rgb(168,213,118); }

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