Html Css Color HEX #8CEA64 Pastel Green

📋 copy color: '#8CEA64'

red 140 ◦ green 234 ◦ blue 100

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

Shades of Pastel Green #8CEA64

Tints of Pastel Green #8CEA64

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.37%

 BLUE value IS 100 (39.45% from 255) = 21.1%

R = 29.54%
G = 49.37%
B = 21.1%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#8CEA64 (or 0x8CEA64) is known color: Pastel Green. HEX triplet: 8C, EA and 64. RGB value is (140,234,100). Sum of RGB (Red+Green+Blue) = 140+234+100=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 100 (39.45% from 255 or 21.10% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEA64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CEA64 is #73159B. Grayscale: #BFBFBF. Windows color (decimal): -7542172 or 6613644. OLE color: 6613644.

HSL color Cylindrical-coordinate representation of color #8CEA64: hue angle of 102.09º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CEA64 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 234 100 -
CMYK 0.40 0 0.57 0.08
HSL 102.09º 0.76% 0.65% -
HSV(B) 102.09º 0.57% 0.92% -
XYZ 42.54 65.34 22.43 -
YUV 190.62 76.86 91.9 -
System Red Green Blue C M Y K H S L
Decimal 140 234 100 0.40 0 0.57 0.08 102.09 0.76 0.65
Hex 8C EA 64 28 0 39 8 66 4C 41
Octal 214 352 144 50 0 71 10 146 114 101
Binary 10001100 11101010 1100100 101000 0 111001 1000 1100110 1001100 1000001

Color Harmonies of #8CEA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEA64

Black with #8CEA64

Text Example


Text Example

White with #8CEA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,234,100); }

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

background-color css

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

 a { background-color: rgb(140,234,100); }

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

border-color css

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

 span { border-color: rgb(140,234,100); }

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