#AFF48E

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

Shades of Granny Smith Apple #AFF48E

Tints of Granny Smith Apple #AFF48E

Color information

#AFF48E (or 0xAFF48E) is unknown color: approx Granny Smith Apple. HEX triplet: AF, F4 and 8E. RGB value is (175,244,142). Sum of RGB (Red+Green+Blue) = 175+244+142=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 244 (95.70% from 255 or 43.49% from 561); Blue value is 142 (55.86% from 255 or 25.31% from 561); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF48E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF48E is #500B71. Grayscale: #D4D4D4. Windows color (decimal): -5245810 or 9368751. OLE color: 9368751.

HSL color Cylindrical-coordinate representation of color #AFF48E: hue angle of 100.59º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFF48E is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB175244142-
CMYK0.2800.420.04
HSL100.59º82.26%75.69%-
HSV(B)100.59º41.8%95.69%-
XYZ54.9175.7737.32-
YUV211.7488.64101.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 244 (95.70% from 255) = 43.49%
BLUE value IS 142 (55.86% from 255) = 25.31%
R=31.19%
G=43.49%
B=25.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752441420.2800.420.04100.5982.2675.69
HexAFF48E1C02A465524c
Octal257364216340524145122114
Binary101011111111010010001110111000101010100110010110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF48E; }

 p { color: rgb(175,244,142); }

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

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

 a { background-color: rgb(175,244,142); }

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

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

 span { border-color: rgb(175,244,142); }

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