#A7F272

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

Shades of Feijoa #A7F272

Tints of Feijoa #A7F272

Color information

#A7F272 (or 0xA7F272) is unknown color: approx Feijoa. HEX triplet: A7, F2 and 72. RGB value is (167,242,114). Sum of RGB (Red+Green+Blue) = 167+242+114=523 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.93% from 523); Green value is 242 (94.92% from 255 or 46.27% from 523); Blue value is 114 (44.92% from 255 or 21.80% from 523); Max value from RGB is 242 - color contains mainly: green. Hex color #A7F272 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F272 is #580D8D. Grayscale: #CDCDCD. Windows color (decimal): -5770638 or 7533223. OLE color: 7533223.

HSL color Cylindrical-coordinate representation of color #A7F272: hue angle of 95.16º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A7F272 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB167242114-
CMYK0.3100.530.05
HSL95.16º83.12%69.8%-
HSV(B)95.16º52.89%94.9%-
XYZ50.7372.9327.32-
YUV204.9876.65100.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.93%
GREEN value IS 242 (94.92% from 255) = 46.27%
BLUE value IS 114 (44.92% from 255) = 21.80%
R=31.93%
G=46.27%
B=21.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1672421140.3100.530.0595.1683.1269.8
HexA7F2721F03555f5346
Octal247362162370655137123106
Binary10100111111100101110010111110110101101101111110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F272; }

 p { color: rgb(167,242,114); }

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

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

 a { background-color: rgb(167,242,114); }

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

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

 span { border-color: rgb(167,242,114); }

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