#ACF294

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

Shades of Granny Smith Apple #ACF294

Tints of Granny Smith Apple #ACF294

Color information

#ACF294 (or 0xACF294) is unknown color: approx Granny Smith Apple. HEX triplet: AC, F2 and 94. RGB value is (172,242,148). Sum of RGB (Red+Green+Blue) = 172+242+148=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF294 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF294 is #530D6B. Grayscale: #D2D2D2. Windows color (decimal): -5442924 or 9761452. OLE color: 9761452.

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

Color convert

RGB172242148-
CMYK0.2900.390.05
HSL104.68º78.33%76.47%-
HSV(B)104.68º38.84%94.9%-
XYZ54.1174.4139.53-
YUV210.3592.81100.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 242 (94.92% from 255) = 43.06%
BLUE value IS 148 (58.20% from 255) = 26.33%
R=30.60%
G=43.06%
B=26.33%

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
Decimal1722421480.2900.390.05104.6878.3376.47
HexACF2941D0275694e4c
Octal254362224350475151116114
Binary101011001111001010010100111010100111101110100110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF294; }

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

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

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

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

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

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

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

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