Html Css Color HEX #A7D974 Feijoa

📋 copy color: '#A7D974'

red 167 ◦ green 217 ◦ blue 116

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

Shades of Feijoa #A7D974

Tints of Feijoa #A7D974

RGB

 RED value IS 167 (65.63% from 255) = 33.4%

 GREEN value IS 217 (85.16% from 255) = 43.4%

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

R = 33.4%
G = 43.4%
B = 23.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#A7D974 (or 0xA7D974) is known color: Feijoa. HEX triplet: A7, D9 and 74. RGB value is (167,217,116). Sum of RGB (Red+Green+Blue) = 167+217+116=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #A7D974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D974 is #58268B. Grayscale: #BEBEBE. Windows color (decimal): -5777036 or 7657895. OLE color: 7657895.

HSL color Cylindrical-coordinate representation of color #A7D974: hue angle of 89.7º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7D974 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 217 116 -
CMYK 0.23 0 0.47 0.15
HSL 89.7º 0.57% 0.65% -
HSV(B) 89.7º 0.47% 0.85% -
XYZ 43.9 59.1 25.62 -
YUV 190.54 85.94 111.21 -
System Red Green Blue C M Y K H S L
Decimal 167 217 116 0.23 0 0.47 0.15 89.7 0.57 0.65
Hex A7 D9 74 17 0 2F F 5A 39 41
Octal 247 331 164 27 0 57 17 132 71 101
Binary 10100111 11011001 1110100 10111 0 101111 1111 1011010 111001 1000001

Color Harmonies of #A7D974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D974

Black with #A7D974

Text Example


Text Example

White with #A7D974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D974; }

 p { color: rgb(167,217,116); }

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

background-color css

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

 a { background-color: rgb(167,217,116); }

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

border-color css

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

 span { border-color: rgb(167,217,116); }

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