Html Css Color HEX #A7D286 Feijoa

📋 copy color: '#A7D286'

red 167 ◦ green 210 ◦ blue 134

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

Shades of Feijoa #A7D286

Tints of Feijoa #A7D286

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.1%

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

R = 32.68%
G = 41.1%
B = 26.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#A7D286 (or 0xA7D286) is known color: Feijoa. HEX triplet: A7, D2 and 86. RGB value is (167,210,134). Sum of RGB (Red+Green+Blue) = 167+210+134=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #A7D286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D286 is #582D79. Grayscale: #BCBCBC. Windows color (decimal): -5778810 or 8835751. OLE color: 8835751.

HSL color Cylindrical-coordinate representation of color #A7D286: hue angle of 93.95º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A7D286 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 210 134 -
CMYK 0.20 0 0.36 0.18
HSL 93.95º 0.46% 0.67% -
HSV(B) 93.95º 0.36% 0.82% -
XYZ 43.29 56.03 31.09 -
YUV 188.48 97.25 112.68 -
System Red Green Blue C M Y K H S L
Decimal 167 210 134 0.20 0 0.36 0.18 93.95 0.46 0.67
Hex A7 D2 86 14 0 24 12 5E 2E 43
Octal 247 322 206 24 0 44 22 136 56 103
Binary 10100111 11010010 10000110 10100 0 100100 10010 1011110 101110 1000011

Color Harmonies of #A7D286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D286

Black with #A7D286

Text Example


Text Example

White with #A7D286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D286; }

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

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

background-color css

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

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

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

border-color css

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

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

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