Html Css Color HEX #8DF8AF Pale Green

📋 copy color: '#8DF8AF'

red 141 ◦ green 248 ◦ blue 175

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

Shades of Pale Green #8DF8AF

Tints of Pale Green #8DF8AF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.97%

 BLUE value IS 175 (68.75% from 255) = 31.03%

R = 25%
G = 43.97%
B = 31.03%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#8DF8AF (or 0x8DF8AF) is known color: Pale Green. HEX triplet: 8D, F8 and AF. RGB value is (141,248,175). Sum of RGB (Red+Green+Blue) = 141+248+175=564 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25% from 564); Green value is 248 (97.27% from 255 or 43.97% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 248 - color contains mainly: green. Hex color #8DF8AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF8AF is #720750. Grayscale: #CFCFCF. Windows color (decimal): -7472977 or 11532429. OLE color: 11532429.

HSL color Cylindrical-coordinate representation of color #8DF8AF: hue angle of 139.07º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF8AF is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 141 248 175 -
CMYK 0.43 0 0.29 0.03
HSL 139.07º 0.88% 0.76% -
HSV(B) 139.07º 0.43% 0.97% -
XYZ 52.29 75.89 52.45 -
YUV 207.69 109.55 80.44 -
System Red Green Blue C M Y K H S L
Decimal 141 248 175 0.43 0 0.29 0.03 139.07 0.88 0.76
Hex 8D F8 AF 2B 0 1D 3 8B 58 4C
Octal 215 370 257 53 0 35 3 213 130 114
Binary 10001101 11111000 10101111 101011 0 11101 11 10001011 1011000 1001100

Color Harmonies of #8DF8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF8AF

Black with #8DF8AF

Text Example


Text Example

White with #8DF8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,248,175); }

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

background-color css

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

 a { background-color: rgb(141,248,175); }

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

border-color css

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

 span { border-color: rgb(141,248,175); }

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