Html Css Color HEX #A8D174 Feijoa

📋 copy color: '#A8D174'

red 168 ◦ green 209 ◦ blue 116

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

Shades of Feijoa #A8D174

Tints of Feijoa #A8D174

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.39%

 BLUE value IS 116 (45.7% from 255) = 23.53%

R = 34.08%
G = 42.39%
B = 23.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#A8D174 (or 0xA8D174) is known color: Feijoa. HEX triplet: A8, D1 and 74. RGB value is (168,209,116). Sum of RGB (Red+Green+Blue) = 168+209+116=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D174 is #572E8B. Grayscale: #BABABA. Windows color (decimal): -5713548 or 7655848. OLE color: 7655848.

HSL color Cylindrical-coordinate representation of color #A8D174: hue angle of 86.45º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8D174 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 209 116 -
CMYK 0.20 0 0.44 0.18
HSL 86.45º 0.5% 0.64% -
HSV(B) 86.45º 0.44% 0.82% -
XYZ 42.1 55.19 24.96 -
YUV 186.14 88.42 115.06 -
System Red Green Blue C M Y K H S L
Decimal 168 209 116 0.20 0 0.44 0.18 86.45 0.5 0.64
Hex A8 D1 74 14 0 2C 12 56 32 40
Octal 250 321 164 24 0 54 22 126 62 100
Binary 10101000 11010001 1110100 10100 0 101100 10010 1010110 110010 1000000

Color Harmonies of #A8D174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D174

Black with #A8D174

Text Example


Text Example

White with #A8D174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D174; }

 p { color: rgb(168,209,116); }

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

background-color css

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

 a { background-color: rgb(168,209,116); }

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

border-color css

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

 span { border-color: rgb(168,209,116); }

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