#ACF695

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

Shades of Granny Smith Apple #ACF695

Tints of Granny Smith Apple #ACF695

Color information

#ACF695 (or 0xACF695) is unknown color: approx Granny Smith Apple. HEX triplet: AC, F6 and 95. RGB value is (172,246,149). Sum of RGB (Red+Green+Blue) = 172+246+149=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 246 (96.48% from 255 or 43.39% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF695 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF695 is #53096A. Grayscale: #D5D5D5. Windows color (decimal): -5441899 or 9828012. OLE color: 9828012.

HSL color Cylindrical-coordinate representation of color #ACF695: hue angle of 105.77º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACF695 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB172246149-
CMYK0.3000.390.04
HSL105.77º84.35%77.45%-
HSV(B)105.77º39.43%96.47%-
XYZ55.3976.8540.35-
YUV212.8291.9898.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.34%
GREEN value IS 246 (96.48% from 255) = 43.39%
BLUE value IS 149 (58.59% from 255) = 26.28%
R=30.34%
G=43.39%
B=26.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722461490.3000.390.04105.7784.3577.45
HexACF6951E02746a544d
Octal254366225360474152124115
Binary101011001111011010010101111100100111100110101010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF695; }

 p { color: rgb(172,246,149); }

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

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

 a { background-color: rgb(172,246,149); }

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

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

 span { border-color: rgb(172,246,149); }

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