Html Css Color HEX #8CF86A Pastel Green

📋 copy color: '#8CF86A'

red 140 ◦ green 248 ◦ blue 106

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

Shades of Pastel Green #8CF86A

Tints of Pastel Green #8CF86A

RGB

 RED value IS 140 (55.08% from 255) = 28.34%

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

 BLUE value IS 106 (41.8% from 255) = 21.46%

R = 28.34%
G = 50.2%
B = 21.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#8CF86A (or 0x8CF86A) is known color: Pastel Green. HEX triplet: 8C, F8 and 6A. RGB value is (140,248,106). Sum of RGB (Red+Green+Blue) = 140+248+106=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 248 (97.27% from 255 or 50.20% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 248 - color contains mainly: green. Hex color #8CF86A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF86A is #730795. Grayscale: #C7C7C7. Windows color (decimal): -7538582 or 7010444. OLE color: 7010444.

HSL color Cylindrical-coordinate representation of color #8CF86A: hue angle of 105.63º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CF86A is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 140 248 106 -
CMYK 0.44 0 0.57 0.03
HSL 105.63º 0.91% 0.69% -
HSV(B) 105.63º 0.57% 0.97% -
XYZ 46.98 73.75 25.39 -
YUV 199.52 75.22 85.55 -
System Red Green Blue C M Y K H S L
Decimal 140 248 106 0.44 0 0.57 0.03 105.63 0.91 0.69
Hex 8C F8 6A 2C 0 39 3 6A 5B 45
Octal 214 370 152 54 0 71 3 152 133 105
Binary 10001100 11111000 1101010 101100 0 111001 11 1101010 1011011 1000101

Color Harmonies of #8CF86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF86A

Black with #8CF86A

Text Example


Text Example

White with #8CF86A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,248,106); }

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

background-color css

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

 a { background-color: rgb(140,248,106); }

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

border-color css

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

 span { border-color: rgb(140,248,106); }

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