#ACF38A

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

Shades of Feijoa #ACF38A

Tints of Feijoa #ACF38A

Color information

#ACF38A (or 0xACF38A) is unknown color: approx Feijoa. HEX triplet: AC, F3 and 8A. RGB value is (172,243,138). Sum of RGB (Red+Green+Blue) = 172+243+138=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF38A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF38A is #530C75. Grayscale: #D2D2D2. Windows color (decimal): -5442678 or 9106348. OLE color: 9106348.

HSL color Cylindrical-coordinate representation of color #ACF38A: hue angle of 100.57º degrees, saturation: 0.81, 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 #ACF38A is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB172243138-
CMYK0.2900.430.05
HSL100.57º81.4%74.71%-
HSV(B)100.57º43.21%95.29%-
XYZ53.6574.7135.64-
YUV209.887.48101.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 243 (95.31% from 255) = 43.94%
BLUE value IS 138 (54.30% from 255) = 24.95%
R=31.10%
G=43.94%
B=24.95%

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
Decimal1722431380.2900.430.05100.5781.474.71
HexACF38A1D02B565514b
Octal254363212350535145121113
Binary101011001111001110001010111010101011101110010110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF38A; }

 p { color: rgb(172,243,138); }

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

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

 a { background-color: rgb(172,243,138); }

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

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

 span { border-color: rgb(172,243,138); }

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