#a7d67d

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

Shades of Feijoa #A7D67D

Tints of Feijoa #A7D67D

Color information

#A7D67D (or 0xA7D67D) is unknown color: approx Feijoa. HEX triplet: A7, D6 and 7D. RGB value is (167,214,125). Sum of RGB (Red+Green+Blue) = 167+214+125=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D67D is #582982. Grayscale: #BEBEBE. Windows color (decimal): -5777795 or 8246951. OLE color: 8246951.

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

Color convert

RGB167214125-
CMYK0.2200.420.16
HSL91.69º52.05%66.47%-
HSV(B)91.69º41.59%83.92%-
XYZ43.6857.7928.25-
YUV189.891.43111.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.00%
GREEN value IS 214 (83.98% from 255) = 42.29%
BLUE value IS 125 (49.22% from 255) = 24.70%
R=33.00%
G=42.29%
B=24.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1672141250.2200.420.1691.6952.0566.47
HexA7D67D1602A105c3442
Octal247326175260522013464102
Binary101001111101011011111011011001010101000010111001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7d67d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7d67d; }

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

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

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

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

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

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

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

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