#ACF194

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

Shades of Granny Smith Apple #ACF194

Tints of Granny Smith Apple #ACF194

Color information

#ACF194 (or 0xACF194) is unknown color: approx Granny Smith Apple. HEX triplet: AC, F1 and 94. RGB value is (172,241,148). Sum of RGB (Red+Green+Blue) = 172+241+148=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF194 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF194 is #530E6B. Grayscale: #D2D2D2. Windows color (decimal): -5443180 or 9761196. OLE color: 9761196.

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

Color convert

RGB172241148-
CMYK0.2900.390.05
HSL104.52º76.86%76.27%-
HSV(B)104.52º38.59%94.51%-
XYZ53.8173.8239.43-
YUV209.7793.14101.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.66%
GREEN value IS 241 (94.53% from 255) = 42.96%
BLUE value IS 148 (58.20% from 255) = 26.38%
R=30.66%
G=42.96%
B=26.38%

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
Decimal1722411480.2900.390.05104.5276.8676.27
HexACF1941D0275694d4c
Octal254361224350475151115114
Binary101011001111000110010100111010100111101110100110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF194; }

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

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

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

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

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

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

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

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