Html Css Color HEX #A7D975 Feijoa

📋 copy color: '#A7D975'

red 167 ◦ green 217 ◦ blue 117

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

Shades of Feijoa #A7D975

Tints of Feijoa #A7D975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.35%

R = 33.33%
G = 43.31%
B = 23.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#A7D975 (or 0xA7D975) is known color: Feijoa. HEX triplet: A7, D9 and 75. RGB value is (167,217,117). Sum of RGB (Red+Green+Blue) = 167+217+117=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #A7D975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D975 is #58268A. Grayscale: #BFBFBF. Windows color (decimal): -5777035 or 7723431. OLE color: 7723431.

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

Color convert

RGB 167 217 117 -
CMYK 0.23 0 0.46 0.15
HSL 90º 0.57% 0.65% -
HSV(B) 90º 0.46% 0.85% -
XYZ 43.96 59.13 25.93 -
YUV 190.65 86.44 111.13 -
System Red Green Blue C M Y K H S L
Decimal 167 217 117 0.23 0 0.46 0.15 90 0.57 0.65
Hex A7 D9 75 17 0 2E F 5A 39 41
Octal 247 331 165 27 0 56 17 132 71 101
Binary 10100111 11011001 1110101 10111 0 101110 1111 1011010 111001 1000001

Color Harmonies of #A7D975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D975

Black with #A7D975

Text Example


Text Example

White with #A7D975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D975; }

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

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

background-color css

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

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

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

border-color css

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

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

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