#ACF28B

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

Shades of Feijoa #ACF28B

Tints of Feijoa #ACF28B

Color information

#ACF28B (or 0xACF28B) is unknown color: approx Feijoa. HEX triplet: AC, F2 and 8B. RGB value is (172,242,139). Sum of RGB (Red+Green+Blue) = 172+242+139=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF28B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF28B is #530D74. Grayscale: #D1D1D1. Windows color (decimal): -5442933 or 9171628. OLE color: 9171628.

HSL color Cylindrical-coordinate representation of color #ACF28B: hue angle of 100.78º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACF28B is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB172242139-
CMYK0.2900.430.05
HSL100.78º79.84%74.71%-
HSV(B)100.78º42.56%94.9%-
XYZ53.4374.1435.92-
YUV209.3388.31101.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 242 (94.92% from 255) = 43.76%
BLUE value IS 139 (54.69% from 255) = 25.14%
R=31.10%
G=43.76%
B=25.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722421390.2900.430.05100.7879.8474.71
HexACF28B1D02B565504b
Octal254362213350535145120113
Binary101011001111001010001011111010101011101110010110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF28B; }

 p { color: rgb(172,242,139); }

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

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

 a { background-color: rgb(172,242,139); }

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

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

 span { border-color: rgb(172,242,139); }

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