Html Css Color HEX #8CF072 Pastel Green

📋 copy color: '#8CF072'

red 140 ◦ green 240 ◦ blue 114

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

Shades of Pastel Green #8CF072

Tints of Pastel Green #8CF072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.08%

R = 28.34%
G = 48.58%
B = 23.08%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#8CF072 (or 0x8CF072) is known color: Pastel Green. HEX triplet: 8C, F0 and 72. RGB value is (140,240,114). Sum of RGB (Red+Green+Blue) = 140+240+114=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF072 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF072 is #730F8D. Grayscale: #C4C4C4. Windows color (decimal): -7540622 or 7532684. OLE color: 7532684.

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

Color convert

RGB 140 240 114 -
CMYK 0.42 0 0.52 0.06
HSL 107.62º 0.81% 0.69% -
HSV(B) 107.62º 0.53% 0.94% -
XYZ 45.01 69.11 26.89 -
YUV 195.74 81.87 88.25 -
System Red Green Blue C M Y K H S L
Decimal 140 240 114 0.42 0 0.52 0.06 107.62 0.81 0.69
Hex 8C F0 72 2A 0 34 6 6C 51 45
Octal 214 360 162 52 0 64 6 154 121 105
Binary 10001100 11110000 1110010 101010 0 110100 110 1101100 1010001 1000101

Color Harmonies of #8CF072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF072

Black with #8CF072

Text Example


Text Example

White with #8CF072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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