Html Css Color HEX #8DF2AA Pale Green

📋 copy color: '#8DF2AA'

red 141 ◦ green 242 ◦ blue 170

#8DF2AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Green #8DF2AA

Tints of Pale Green #8DF2AA

RGB

 RED value IS 141 (55.47% from 255) = 25.5%

 GREEN value IS 242 (94.92% from 255) = 43.76%

 BLUE value IS 170 (66.8% from 255) = 30.74%

R = 25.5%
G = 43.76%
B = 30.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#8DF2AA (or 0x8DF2AA) is known color: Pale Green. HEX triplet: 8D, F2 and AA. RGB value is (141,242,170). Sum of RGB (Red+Green+Blue) = 141+242+170=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF2AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF2AA is #720D55. Grayscale: #CBCBCB. Windows color (decimal): -7474518 or 11203213. OLE color: 11203213.

HSL color Cylindrical-coordinate representation of color #8DF2AA: hue angle of 137.23º 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 #8DF2AA is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 141 242 170 -
CMYK 0.42 0 0.30 0.05
HSL 137.23º 0.8% 0.75% -
HSV(B) 137.23º 0.42% 0.95% -
XYZ 49.99 72.07 49.31 -
YUV 203.59 109.04 83.35 -
System Red Green Blue C M Y K H S L
Decimal 141 242 170 0.42 0 0.30 0.05 137.23 0.8 0.75
Hex 8D F2 AA 2A 0 1E 5 89 50 4B
Octal 215 362 252 52 0 36 5 211 120 113
Binary 10001101 11110010 10101010 101010 0 11110 101 10001001 1010000 1001011

Color Harmonies of #8DF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF2AA

Black with #8DF2AA

Text Example


Text Example

White with #8DF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DF2AA;
 }
 .AnyTagClassName
 {
   color: #8DF2AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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