#A0F69D

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

Shades of Pale Green #A0F69D

Tints of Pale Green #A0F69D

Color information

#A0F69D (or 0xA0F69D) is unknown color: approx Pale Green. HEX triplet: A0, F6 and 9D. RGB value is (160,246,157). Sum of RGB (Red+Green+Blue) = 160+246+157=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 246 (96.48% from 255 or 43.69% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F69D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F69D is #5F0962. Grayscale: #D2D2D2. Windows color (decimal): -6228323 or 10352288. OLE color: 10352288.

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

Color convert

RGB160246157-
CMYK0.3500.360.04
HSL117.98º83.18%79.02%-
HSV(B)117.98º36.18%96.47%-
XYZ53.5475.8243.71-
YUV210.1498.0192.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.42%
GREEN value IS 246 (96.48% from 255) = 43.69%
BLUE value IS 157 (61.72% from 255) = 27.89%
R=28.42%
G=43.69%
B=27.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1602461570.3500.360.04117.9883.1879.02
HexA0F69D23024476534f
Octal240366235430444166123117
Binary1010000011110110100111011000110100100100111011010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F69D; }

 p { color: rgb(160,246,157); }

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

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

 a { background-color: rgb(160,246,157); }

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

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

 span { border-color: rgb(160,246,157); }

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