#a4f298

Color #A4F298 Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #A4F298

Tints of Pale Green #A4F298

Color information

#A4F298 (or 0xA4F298) is unknown color: approx Pale Green. HEX triplet: A4, F2 and 98. RGB value is (164,242,152). Sum of RGB (Red+Green+Blue) = 164+242+152=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 152 (59.77% from 255 or 27.24% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #A4F298 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F298 is #5B0D67. Grayscale: #D0D0D0. Windows color (decimal): -5967208 or 10023588. OLE color: 10023588.

HSL color Cylindrical-coordinate representation of color #A4F298: hue angle of 112º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4F298 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB164242152-
CMYK0.3200.370.05
HSL112º77.59%77.25%-
HSV(B)112º37.19%94.9%-
XYZ52.7373.6641.15-
YUV208.4296.1696.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.39%
GREEN value IS 242 (94.92% from 255) = 43.37%
BLUE value IS 152 (59.77% from 255) = 27.24%
R=29.39%
G=43.37%
B=27.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642421520.3200.370.0511277.5977.25
HexA4F298200255704e4d
Octal244362230400455160116115
Binary1010010011110010100110001000000100101101111000010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4f298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4f298; }

 p { color: rgb(164,242,152); }

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

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

 a { background-color: rgb(164,242,152); }

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

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

 span { border-color: rgb(164,242,152); }

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