Html Css Color HEX #A8D774 Feijoa

📋 copy color: '#A8D774'

red 168 ◦ green 215 ◦ blue 116

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

Shades of Feijoa #A8D774

Tints of Feijoa #A8D774

RGB

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

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

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

R = 33.67%
G = 43.09%
B = 23.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#A8D774 (or 0xA8D774) is known color: Feijoa. HEX triplet: A8, D7 and 74. RGB value is (168,215,116). Sum of RGB (Red+Green+Blue) = 168+215+116=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D774 is #57288B. Grayscale: #BEBEBE. Windows color (decimal): -5712012 or 7657384. OLE color: 7657384.

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

Color convert

RGB 168 215 116 -
CMYK 0.22 0 0.46 0.16
HSL 88.48º 0.55% 0.65% -
HSV(B) 88.48º 0.46% 0.84% -
XYZ 43.6 58.19 25.46 -
YUV 189.66 86.43 112.55 -
System Red Green Blue C M Y K H S L
Decimal 168 215 116 0.22 0 0.46 0.16 88.48 0.55 0.65
Hex A8 D7 74 16 0 2E 10 58 37 41
Octal 250 327 164 26 0 56 20 130 67 101
Binary 10101000 11010111 1110100 10110 0 101110 10000 1011000 110111 1000001

Color Harmonies of #A8D774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D774

Black with #A8D774

Text Example


Text Example

White with #A8D774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D774; }

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

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

background-color css

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

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

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

border-color css

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

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

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