#ACF394

Color #ACF394 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #ACF394

Tints of Granny Smith Apple #ACF394

Color information

#ACF394 (or 0xACF394) is unknown color: approx Granny Smith Apple. HEX triplet: AC, F3 and 94. RGB value is (172,243,148). Sum of RGB (Red+Green+Blue) = 172+243+148=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 243 (95.31% from 255 or 43.16% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF394 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF394 is #530C6B. Grayscale: #D3D3D3. Windows color (decimal): -5442668 or 9761708. OLE color: 9761708.

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

Color convert

RGB172243148-
CMYK0.2900.390.05
HSL104.84º79.83%76.67%-
HSV(B)104.84º39.09%95.29%-
XYZ54.4175.0139.63-
YUV210.9492.48100.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.55%
GREEN value IS 243 (95.31% from 255) = 43.16%
BLUE value IS 148 (58.20% from 255) = 26.29%
R=30.55%
G=43.16%
B=26.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722431480.2900.390.05104.8479.8376.67
HexACF3941D027569504d
Octal254363224350475151120115
Binary101011001111001110010100111010100111101110100110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF394; }

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

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

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

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

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

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

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

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