#A5F272

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

Shades of Feijoa #A5F272

Tints of Feijoa #A5F272

Color information

#A5F272 (or 0xA5F272) is unknown color: approx Feijoa. HEX triplet: A5, F2 and 72. RGB value is (165,242,114). Sum of RGB (Red+Green+Blue) = 165+242+114=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #A5F272 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F272 is #5A0D8D. Grayscale: #CCCCCC. Windows color (decimal): -5901710 or 7533221. OLE color: 7533221.

HSL color Cylindrical-coordinate representation of color #A5F272: hue angle of 96.09º 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 #A5F272 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB165242114-
CMYK0.3200.530.05
HSL96.09º83.12%69.8%-
HSV(B)96.09º52.89%94.9%-
XYZ50.3172.7227.3-
YUV204.3976.9999.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.67%
GREEN value IS 242 (94.92% from 255) = 46.45%
BLUE value IS 114 (44.92% from 255) = 21.88%
R=31.67%
G=46.45%
B=21.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652421140.3200.530.0596.0983.1269.8
HexA5F272200355605346
Octal245362162400655140123106
Binary101001011111001011100101000000110101101110000010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F272; }

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

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

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

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

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

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

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

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