#A2F68D

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

Shades of Pale Green #A2F68D

Tints of Pale Green #A2F68D

Color information

#A2F68D (or 0xA2F68D) is unknown color: approx Pale Green. HEX triplet: A2, F6 and 8D. RGB value is (162,246,141). Sum of RGB (Red+Green+Blue) = 162+246+141=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F68D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F68D is #5D0972. Grayscale: #D1D1D1. Windows color (decimal): -6097267 or 9303714. OLE color: 9303714.

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

Color convert

RGB162246141-
CMYK0.3400.430.04
HSL108º85.37%75.88%-
HSV(B)108º42.68%96.47%-
XYZ52.6675.5237-
YUV208.9189.6794.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.51%
GREEN value IS 246 (96.48% from 255) = 44.81%
BLUE value IS 141 (55.47% from 255) = 25.68%
R=29.51%
G=44.81%
B=25.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1622461410.3400.430.0410885.3775.88
HexA2F68D2202B46c554c
Octal242366215420534154125114
Binary1010001011110110100011011000100101011100110110010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F68D; }

 p { color: rgb(162,246,141); }

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

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

 a { background-color: rgb(162,246,141); }

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

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

 span { border-color: rgb(162,246,141); }

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