#A2F69B

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

Shades of Pale Green #A2F69B

Tints of Pale Green #A2F69B

Color information

#A2F69B (or 0xA2F69B) is unknown color: approx Pale Green. HEX triplet: A2, F6 and 9B. RGB value is (162,246,155). Sum of RGB (Red+Green+Blue) = 162+246+155=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 246 (96.48% from 255 or 43.69% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F69B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F69B is #5D0964. Grayscale: #D2D2D2. Windows color (decimal): -6097253 or 10221218. OLE color: 10221218.

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

Color convert

RGB162246155-
CMYK0.3400.370.04
HSL115.38º83.49%78.63%-
HSV(B)115.38º36.99%96.47%-
XYZ53.7775.9642.84-
YUV210.5196.6793.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.77%
GREEN value IS 246 (96.48% from 255) = 43.69%
BLUE value IS 155 (60.94% from 255) = 27.53%
R=28.77%
G=43.69%
B=27.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1622461550.3400.370.04115.3883.4978.63
HexA2F69B22025473534f
Octal242366233420454163123117
Binary1010001011110110100110111000100100101100111001110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F69B; }

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

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

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

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

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

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

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

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