Html Css Color HEX #8CF96C Pastel Green

📋 copy color: '#8CF96C'

red 140 ◦ green 249 ◦ blue 108

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

Shades of Pastel Green #8CF96C

Tints of Pastel Green #8CF96C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.1%

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

R = 28.17%
G = 50.1%
B = 21.73%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#8CF96C (or 0x8CF96C) is known color: Pastel Green. HEX triplet: 8C, F9 and 6C. RGB value is (140,249,108). Sum of RGB (Red+Green+Blue) = 140+249+108=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #8CF96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF96C is #730693. Grayscale: #C8C8C8. Windows color (decimal): -7538324 or 7141772. OLE color: 7141772.

HSL color Cylindrical-coordinate representation of color #8CF96C: hue angle of 106.38º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CF96C is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 249 108 -
CMYK 0.44 0 0.57 0.02
HSL 106.38º 0.92% 0.7% -
HSV(B) 106.38º 0.57% 0.98% -
XYZ 47.4 74.41 26.05 -
YUV 200.34 75.89 84.96 -
System Red Green Blue C M Y K H S L
Decimal 140 249 108 0.44 0 0.57 0.02 106.38 0.92 0.7
Hex 8C F9 6C 2C 0 39 2 6A 5C 46
Octal 214 371 154 54 0 71 2 152 134 106
Binary 10001100 11111001 1101100 101100 0 111001 10 1101010 1011100 1000110

Color Harmonies of #8CF96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF96C

Black with #8CF96C

Text Example


Text Example

White with #8CF96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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