#A0F69B

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

Shades of Pale Green #A0F69B

Tints of Pale Green #A0F69B

Color information

#A0F69B (or 0xA0F69B) is unknown color: approx Pale Green. HEX triplet: A0, F6 and 9B. RGB value is (160,246,155). Sum of RGB (Red+Green+Blue) = 160+246+155=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 246 (96.48% from 255 or 43.85% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F69B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F69B is #5F0964. Grayscale: #D2D2D2. Windows color (decimal): -6228325 or 10221216. OLE color: 10221216.

HSL color Cylindrical-coordinate representation of color #A0F69B: hue angle of 116.7º 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 #A0F69B is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB160246155-
CMYK0.3500.370.04
HSL116.7º83.49%78.63%-
HSV(B)116.7º36.99%96.47%-
XYZ53.3775.7542.82-
YUV209.9197.0192.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.52%
GREEN value IS 246 (96.48% from 255) = 43.85%
BLUE value IS 155 (60.94% from 255) = 27.63%
R=28.52%
G=43.85%
B=27.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1602461550.3500.370.04116.783.4978.63
HexA0F69B23025475534f
Octal240366233430454165123117
Binary1010000011110110100110111000110100101100111010110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F69B; }

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

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

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

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

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

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

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

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