Html Css Color HEX #A7CC86 Feijoa

📋 copy color: '#A7CC86'

red 167 ◦ green 204 ◦ blue 134

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

Shades of Feijoa #A7CC86

Tints of Feijoa #A7CC86

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.4%

 BLUE value IS 134 (52.73% from 255) = 26.53%

R = 33.07%
G = 40.4%
B = 26.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#A7CC86 (or 0xA7CC86) is known color: Feijoa. HEX triplet: A7, CC and 86. RGB value is (167,204,134). Sum of RGB (Red+Green+Blue) = 167+204+134=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #A7CC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CC86 is #583379. Grayscale: #B9B9B9. Windows color (decimal): -5780346 or 8834215. OLE color: 8834215.

HSL color Cylindrical-coordinate representation of color #A7CC86: hue angle of 91.71º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7CC86 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 204 134 -
CMYK 0.18 0 0.34 0.2
HSL 91.71º 0.41% 0.66% -
HSV(B) 91.71º 0.34% 0.8% -
XYZ 41.83 53.12 30.6 -
YUV 184.96 99.24 115.19 -
System Red Green Blue C M Y K H S L
Decimal 167 204 134 0.18 0 0.34 0.2 91.71 0.41 0.66
Hex A7 CC 86 12 0 22 14 5C 29 42
Octal 247 314 206 22 0 42 24 134 51 102
Binary 10100111 11001100 10000110 10010 0 100010 10100 1011100 101001 1000010

Color Harmonies of #A7CC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CC86

Black with #A7CC86

Text Example


Text Example

White with #A7CC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CC86; }

 p { color: rgb(167,204,134); }

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

background-color css

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

 a { background-color: rgb(167,204,134); }

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

border-color css

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

 span { border-color: rgb(167,204,134); }

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