Html Css Color HEX #A8D479 Feijoa

📋 copy color: '#A8D479'

red 168 ◦ green 212 ◦ blue 121

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

Shades of Feijoa #A8D479

Tints of Feijoa #A8D479

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.32%

 BLUE value IS 121 (47.66% from 255) = 24.15%

R = 33.53%
G = 42.32%
B = 24.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#A8D479 (or 0xA8D479) is known color: Feijoa. HEX triplet: A8, D4 and 79. RGB value is (168,212,121). Sum of RGB (Red+Green+Blue) = 168+212+121=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D479 is #572B86. Grayscale: #BCBCBC. Windows color (decimal): -5712775 or 7984296. OLE color: 7984296.

HSL color Cylindrical-coordinate representation of color #A8D479: hue angle of 89.01º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8D479 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 212 121 -
CMYK 0.21 0 0.43 0.17
HSL 89.01º 0.51% 0.65% -
HSV(B) 89.01º 0.43% 0.83% -
XYZ 43.14 56.79 26.78 -
YUV 188.47 89.92 113.4 -
System Red Green Blue C M Y K H S L
Decimal 168 212 121 0.21 0 0.43 0.17 89.01 0.51 0.65
Hex A8 D4 79 15 0 2B 11 59 33 41
Octal 250 324 171 25 0 53 21 131 63 101
Binary 10101000 11010100 1111001 10101 0 101011 10001 1011001 110011 1000001

Color Harmonies of #A8D479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D479

Black with #A8D479

Text Example


Text Example

White with #A8D479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D479; }

 p { color: rgb(168,212,121); }

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

background-color css

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

 a { background-color: rgb(168,212,121); }

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

border-color css

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

 span { border-color: rgb(168,212,121); }

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