Html Css Color HEX #A8D677 Feijoa

📋 copy color: '#A8D677'

red 168 ◦ green 214 ◦ blue 119

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

Shades of Feijoa #A8D677

Tints of Feijoa #A8D677

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.71%

 BLUE value IS 119 (46.88% from 255) = 23.75%

R = 33.53%
G = 42.71%
B = 23.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#A8D677 (or 0xA8D677) is known color: Feijoa. HEX triplet: A8, D6 and 77. RGB value is (168,214,119). Sum of RGB (Red+Green+Blue) = 168+214+119=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D677 is #572988. Grayscale: #BDBDBD. Windows color (decimal): -5712265 or 7853736. OLE color: 7853736.

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

Color convert

RGB 168 214 119 -
CMYK 0.21 0 0.44 0.16
HSL 89.05º 0.54% 0.65% -
HSV(B) 89.05º 0.44% 0.84% -
XYZ 43.52 57.75 26.31 -
YUV 189.42 88.26 112.72 -
System Red Green Blue C M Y K H S L
Decimal 168 214 119 0.21 0 0.44 0.16 89.05 0.54 0.65
Hex A8 D6 77 15 0 2C 10 59 36 41
Octal 250 326 167 25 0 54 20 131 66 101
Binary 10101000 11010110 1110111 10101 0 101100 10000 1011001 110110 1000001

Color Harmonies of #A8D677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D677

Black with #A8D677

Text Example


Text Example

White with #A8D677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D677; }

 p { color: rgb(168,214,119); }

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

background-color css

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

 a { background-color: rgb(168,214,119); }

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

border-color css

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

 span { border-color: rgb(168,214,119); }

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