#A4F194

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

Shades of Granny Smith Apple #A4F194

Tints of Granny Smith Apple #A4F194

Color information

#A4F194 (or 0xA4F194) is unknown color: approx Granny Smith Apple. HEX triplet: A4, F1 and 94. RGB value is (164,241,148). Sum of RGB (Red+Green+Blue) = 164+241+148=553 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.66% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F194 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F194 is #5B0E6B. Grayscale: #CFCFCF. Windows color (decimal): -5967468 or 9761188. OLE color: 9761188.

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

Color convert

RGB164241148-
CMYK0.3200.390.05
HSL109.68º76.86%76.27%-
HSV(B)109.68º38.59%94.51%-
XYZ52.1172.9439.35-
YUV207.3894.4997.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.66%
GREEN value IS 241 (94.53% from 255) = 43.58%
BLUE value IS 148 (58.20% from 255) = 26.76%
R=29.66%
G=43.58%
B=26.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642411480.3200.390.05109.6876.8676.27
HexA4F1942002756e4d4c
Octal244361224400475156115114
Binary1010010011110001100101001000000100111101110111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F194; }

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

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

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

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

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

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

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

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