#ACFA8B

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

Shades of Granny Smith Apple #ACFA8B

Tints of Granny Smith Apple #ACFA8B

Color information

#ACFA8B (or 0xACFA8B) is unknown color: approx Granny Smith Apple. HEX triplet: AC, FA and 8B. RGB value is (172,250,139). Sum of RGB (Red+Green+Blue) = 172+250+139=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 139 (54.69% from 255 or 24.78% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFA8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFA8B is #530574. Grayscale: #D6D6D6. Windows color (decimal): -5440885 or 9173676. OLE color: 9173676.

HSL color Cylindrical-coordinate representation of color #ACFA8B: hue angle of 102.16º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACFA8B is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB172250139-
CMYK0.3100.440.02
HSL102.16º91.74%76.27%-
HSV(B)102.16º44.4%98.04%-
XYZ55.8679.0136.73-
YUV214.0285.6698.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.66%
GREEN value IS 250 (98.05% from 255) = 44.56%
BLUE value IS 139 (54.69% from 255) = 24.78%
R=30.66%
G=44.56%
B=24.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722501390.3100.440.02102.1691.7476.27
HexACFA8B1F02C2665c4c
Octal254372213370542146134114
Binary10101100111110101000101111111010110010110011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFA8B; }

 p { color: rgb(172,250,139); }

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

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

 a { background-color: rgb(172,250,139); }

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

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

 span { border-color: rgb(172,250,139); }

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