Html Css Color HEX #8CF06C Pastel Green

📋 copy color: '#8CF06C'

red 140 ◦ green 240 ◦ blue 108

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

Shades of Pastel Green #8CF06C

Tints of Pastel Green #8CF06C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.18%

 BLUE value IS 108 (42.58% from 255) = 22.13%

R = 28.69%
G = 49.18%
B = 22.13%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#8CF06C (or 0x8CF06C) is known color: Pastel Green. HEX triplet: 8C, F0 and 6C. RGB value is (140,240,108). Sum of RGB (Red+Green+Blue) = 140+240+108=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF06C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF06C is #730F93. Grayscale: #C3C3C3. Windows color (decimal): -7540628 or 7139468. OLE color: 7139468.

HSL color Cylindrical-coordinate representation of color #8CF06C: hue angle of 105.45º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CF06C is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 240 108 -
CMYK 0.42 0 0.55 0.06
HSL 105.45º 0.81% 0.68% -
HSV(B) 105.45º 0.55% 0.94% -
XYZ 44.68 68.98 25.15 -
YUV 195.05 78.87 88.73 -
System Red Green Blue C M Y K H S L
Decimal 140 240 108 0.42 0 0.55 0.06 105.45 0.81 0.68
Hex 8C F0 6C 2A 0 37 6 69 51 44
Octal 214 360 154 52 0 67 6 151 121 104
Binary 10001100 11110000 1101100 101010 0 110111 110 1101001 1010001 1000100

Color Harmonies of #8CF06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF06C

Black with #8CF06C

Text Example


Text Example

White with #8CF06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,240,108); }

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

background-color css

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

 a { background-color: rgb(140,240,108); }

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

border-color css

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

 span { border-color: rgb(140,240,108); }

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