Html Css Color HEX #A7D670 Feijoa

📋 copy color: '#A7D670'

red 167 ◦ green 214 ◦ blue 112

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

Shades of Feijoa #A7D670

Tints of Feijoa #A7D670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.72%

R = 33.87%
G = 43.41%
B = 22.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#A7D670 (or 0xA7D670) is known color: Feijoa. HEX triplet: A7, D6 and 70. RGB value is (167,214,112). Sum of RGB (Red+Green+Blue) = 167+214+112=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D670 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D670 is #58298F. Grayscale: #BCBCBC. Windows color (decimal): -5777808 or 7394983. OLE color: 7394983.

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

Color convert

RGB 167 214 112 -
CMYK 0.22 0 0.48 0.16
HSL 87.65º 0.55% 0.64% -
HSV(B) 87.65º 0.48% 0.84% -
XYZ 42.91 57.48 24.16 -
YUV 188.32 84.93 112.79 -
System Red Green Blue C M Y K H S L
Decimal 167 214 112 0.22 0 0.48 0.16 87.65 0.55 0.64
Hex A7 D6 70 16 0 30 10 58 37 40
Octal 247 326 160 26 0 60 20 130 67 100
Binary 10100111 11010110 1110000 10110 0 110000 10000 1011000 110111 1000000

Color Harmonies of #A7D670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D670

Black with #A7D670

Text Example


Text Example

White with #A7D670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D670; }

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

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

background-color css

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

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

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

border-color css

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

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

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