#ACF182

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

Shades of Feijoa #ACF182

Tints of Feijoa #ACF182

Color information

#ACF182 (or 0xACF182) is unknown color: approx Feijoa. HEX triplet: AC, F1 and 82. RGB value is (172,241,130). Sum of RGB (Red+Green+Blue) = 172+241+130=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF182 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF182 is #530E7D. Grayscale: #D0D0D0. Windows color (decimal): -5443198 or 8581548. OLE color: 8581548.

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

Color convert

RGB172241130-
CMYK0.2900.460.05
HSL97.3º79.86%72.75%-
HSV(B)97.3º46.06%94.51%-
XYZ52.573.2932.5-
YUV207.7184.14102.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 241 (94.53% from 255) = 44.38%
BLUE value IS 130 (51.17% from 255) = 23.94%
R=31.68%
G=44.38%
B=23.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722411300.2900.460.0597.379.8672.75
HexACF1821D02E5615049
Octal254361202350565141120111
Binary101011001111000110000010111010101110101110000110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF182; }

 p { color: rgb(172,241,130); }

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

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

 a { background-color: rgb(172,241,130); }

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

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

 span { border-color: rgb(172,241,130); }

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