#A7D27E

Color #A7D27E Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #A7D27E

Tints of Feijoa #A7D27E

Color information

#A7D27E (or 0xA7D27E) is unknown color: approx Feijoa. HEX triplet: A7, D2 and 7E. RGB value is (167,210,126). Sum of RGB (Red+Green+Blue) = 167+210+126=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 210 - color contains mainly: green. Hex color #A7D27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D27E is #582D81. Grayscale: #BBBBBB. Windows color (decimal): -5778818 or 8311463. OLE color: 8311463.

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

Color convert

RGB167210126-
CMYK0.2000.40.18
HSL90.71º48.28%65.88%-
HSV(B)90.71º40%82.35%-
XYZ42.7555.8228.26-
YUV187.5793.25113.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.20%
GREEN value IS 210 (82.42% from 255) = 41.75%
BLUE value IS 126 (49.61% from 255) = 25.05%
R=33.20%
G=41.75%
B=25.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1672101260.2000.40.1890.7148.2865.88
HexA7D27E14028125b3042
Octal247322176240502213360102
Binary101001111101001011111101010001010001001010110111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D27E; }

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

 H1.HeaderClassName
 {
   color: #A7D27E;
 }
 .AnyTagClassName
 {
   color: #A7D27E;
 }
</style>
background-color css

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

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

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

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

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

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