#A4F385

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

Shades of Granny Smith Apple #A4F385

Tints of Granny Smith Apple #A4F385

Color information

#A4F385 (or 0xA4F385) is unknown color: approx Granny Smith Apple. HEX triplet: A4, F3 and 85. RGB value is (164,243,133). Sum of RGB (Red+Green+Blue) = 164+243+133=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 133 (52.34% from 255 or 24.63% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #A4F385 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F385 is #5B0C7A. Grayscale: #CFCFCF. Windows color (decimal): -5966971 or 8778660. OLE color: 8778660.

HSL color Cylindrical-coordinate representation of color #A4F385: hue angle of 103.09º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4F385 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB164243133-
CMYK0.3300.450.05
HSL103.09º82.09%73.73%-
HSV(B)103.09º45.27%95.29%-
XYZ51.5973.6933.69-
YUV206.8486.3397.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.37%
GREEN value IS 243 (95.31% from 255) = 45%
BLUE value IS 133 (52.34% from 255) = 24.63%
R=30.37%
G=45%
B=24.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642431330.3300.450.05103.0982.0973.73
HexA4F3852102D567524a
Octal244363205410555147122112
Binary1010010011110011100001011000010101101101110011110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F385; }

 p { color: rgb(164,243,133); }

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

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

 a { background-color: rgb(164,243,133); }

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

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

 span { border-color: rgb(164,243,133); }

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