#8df2a2

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

Shades of Pale Green #8DF2A2

Tints of Pale Green #8DF2A2

Color information

#8DF2A2 (or 0x8DF2A2) is unknown color: approx Pale Green. HEX triplet: 8D, F2 and A2. RGB value is (141,242,162). Sum of RGB (Red+Green+Blue) = 141+242+162=545 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.87% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF2A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF2A2 is #720D5D. Grayscale: #CACACA. Windows color (decimal): -7474526 or 10678925. OLE color: 10678925.

HSL color Cylindrical-coordinate representation of color #8DF2A2: hue angle of 132.48º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DF2A2 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB141242162-
CMYK0.4200.330.05
HSL132.48º79.53%75.1%-
HSV(B)132.48º41.74%94.9%-
XYZ49.2671.7845.44-
YUV202.68105.0484-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.87%
GREEN value IS 242 (94.92% from 255) = 44.40%
BLUE value IS 162 (63.67% from 255) = 29.72%
R=25.87%
G=44.40%
B=29.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1412421620.4200.330.05132.4879.5375.1
Hex8DF2A22A021584504b
Octal215362242520415204120113
Binary10001101111100101010001010101001000011011000010010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8df2a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8df2a2; }

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

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

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

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

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

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

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

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