Html Css Color HEX #A8D972 Feijoa

📋 copy color: '#A8D972'

red 168 ◦ green 217 ◦ blue 114

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

Shades of Feijoa #A8D972

Tints of Feijoa #A8D972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.85%

R = 33.67%
G = 43.49%
B = 22.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#A8D972 (or 0xA8D972) is known color: Feijoa. HEX triplet: A8, D9 and 72. RGB value is (168,217,114). Sum of RGB (Red+Green+Blue) = 168+217+114=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D972 is #57268D. Grayscale: #BEBEBE. Windows color (decimal): -5711502 or 7526824. OLE color: 7526824.

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

Color convert

RGB 168 217 114 -
CMYK 0.23 0 0.47 0.15
HSL 88.54º 0.58% 0.65% -
HSV(B) 88.54º 0.47% 0.85% -
XYZ 44 59.17 25.02 -
YUV 190.61 84.77 111.88 -
System Red Green Blue C M Y K H S L
Decimal 168 217 114 0.23 0 0.47 0.15 88.54 0.58 0.65
Hex A8 D9 72 17 0 2F F 59 3A 41
Octal 250 331 162 27 0 57 17 131 72 101
Binary 10101000 11011001 1110010 10111 0 101111 1111 1011001 111010 1000001

Color Harmonies of #A8D972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D972

Black with #A8D972

Text Example


Text Example

White with #A8D972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D972; }

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

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

background-color css

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

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

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

border-color css

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

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

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