Html Css Color HEX #A8D778 Feijoa

📋 copy color: '#A8D778'

red 168 ◦ green 215 ◦ blue 120

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

Shades of Feijoa #A8D778

Tints of Feijoa #A8D778

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.74%

 BLUE value IS 120 (47.27% from 255) = 23.86%

R = 33.4%
G = 42.74%
B = 23.86%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#A8D778 (or 0xA8D778) is known color: Feijoa. HEX triplet: A8, D7 and 78. RGB value is (168,215,120). Sum of RGB (Red+Green+Blue) = 168+215+120=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D778 is #572887. Grayscale: #BEBEBE. Windows color (decimal): -5712008 or 7919528. OLE color: 7919528.

HSL color Cylindrical-coordinate representation of color #A8D778: hue angle of 89.68º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8D778 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 215 120 -
CMYK 0.22 0 0.44 0.16
HSL 89.68º 0.54% 0.66% -
HSV(B) 89.68º 0.44% 0.84% -
XYZ 43.84 58.28 26.71 -
YUV 190.12 88.43 112.22 -
System Red Green Blue C M Y K H S L
Decimal 168 215 120 0.22 0 0.44 0.16 89.68 0.54 0.66
Hex A8 D7 78 16 0 2C 10 5A 36 42
Octal 250 327 170 26 0 54 20 132 66 102
Binary 10101000 11010111 1111000 10110 0 101100 10000 1011010 110110 1000010

Color Harmonies of #A8D778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D778

Black with #A8D778

Text Example


Text Example

White with #A8D778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D778; }

 p { color: rgb(168,215,120); }

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

background-color css

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

 a { background-color: rgb(168,215,120); }

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

border-color css

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

 span { border-color: rgb(168,215,120); }

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