Html Css Color HEX #A7D675 Feijoa

📋 copy color: '#A7D675'

red 167 ◦ green 214 ◦ blue 117

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

Shades of Feijoa #A7D675

Tints of Feijoa #A7D675

RGB

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

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

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

R = 33.53%
G = 42.97%
B = 23.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#A7D675 (or 0xA7D675) is known color: Feijoa. HEX triplet: A7, D6 and 75. RGB value is (167,214,117). Sum of RGB (Red+Green+Blue) = 167+214+117=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D675 is #58298A. Grayscale: #BDBDBD. Windows color (decimal): -5777803 or 7722663. OLE color: 7722663.

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

Color convert

RGB 167 214 117 -
CMYK 0.22 0 0.45 0.16
HSL 89.07º 0.54% 0.65% -
HSV(B) 89.07º 0.45% 0.84% -
XYZ 43.19 57.59 25.67 -
YUV 188.89 87.43 112.39 -
System Red Green Blue C M Y K H S L
Decimal 167 214 117 0.22 0 0.45 0.16 89.07 0.54 0.65
Hex A7 D6 75 16 0 2D 10 59 36 41
Octal 247 326 165 26 0 55 20 131 66 101
Binary 10100111 11010110 1110101 10110 0 101101 10000 1011001 110110 1000001

Color Harmonies of #A7D675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D675

Black with #A7D675

Text Example


Text Example

White with #A7D675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D675; }

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

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

background-color css

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

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

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

border-color css

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

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

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