Html Css Color HEX #8CE970 Pastel Green

📋 copy color: '#8CE970'

red 140 ◦ green 233 ◦ blue 112

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

Shades of Pastel Green #8CE970

Tints of Pastel Green #8CE970

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.04%

 BLUE value IS 112 (44.14% from 255) = 23.09%

R = 28.87%
G = 48.04%
B = 23.09%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#8CE970 (or 0x8CE970) is known color: Pastel Green. HEX triplet: 8C, E9 and 70. RGB value is (140,233,112). Sum of RGB (Red+Green+Blue) = 140+233+112=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CE970 is #73168F. Grayscale: #BFBFBF. Windows color (decimal): -7542416 or 7399820. OLE color: 7399820.

HSL color Cylindrical-coordinate representation of color #8CE970: hue angle of 106.12º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CE970 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 140 233 112 -
CMYK 0.40 0 0.52 0.09
HSL 106.12º 0.73% 0.68% -
HSV(B) 106.12º 0.52% 0.91% -
XYZ 42.88 65.02 25.62 -
YUV 191.4 83.19 91.34 -
System Red Green Blue C M Y K H S L
Decimal 140 233 112 0.40 0 0.52 0.09 106.12 0.73 0.68
Hex 8C E9 70 28 0 34 9 6A 49 44
Octal 214 351 160 50 0 64 11 152 111 104
Binary 10001100 11101001 1110000 101000 0 110100 1001 1101010 1001001 1000100

Color Harmonies of #8CE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE970

Black with #8CE970

Text Example


Text Example

White with #8CE970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,233,112); }

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

background-color css

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

 a { background-color: rgb(140,233,112); }

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

border-color css

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

 span { border-color: rgb(140,233,112); }

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