Html Css Color HEX #8CFC96 Pale Green

📋 copy color: '#8CFC96'

red 140 ◦ green 252 ◦ blue 150

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

Shades of Pale Green #8CFC96

Tints of Pale Green #8CFC96

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.49%

 BLUE value IS 150 (58.98% from 255) = 27.68%

R = 25.83%
G = 46.49%
B = 27.68%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#8CFC96 (or 0x8CFC96) is known color: Pale Green. HEX triplet: 8C, FC and 96. RGB value is (140,252,150). Sum of RGB (Red+Green+Blue) = 140+252+150=542 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.83% from 542); Green value is 252 (98.83% from 255 or 46.49% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFC96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFC96 is #730369. Grayscale: #CFCFCF. Windows color (decimal): -7537514 or 9895052. OLE color: 9895052.

HSL color Cylindrical-coordinate representation of color #8CFC96: hue angle of 125.36º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFC96 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 252 150 -
CMYK 0.44 0 0.40 0.01
HSL 125.36º 0.95% 0.77% -
HSV(B) 125.36º 0.44% 0.99% -
XYZ 51.13 77.4 41.1 -
YUV 206.88 95.89 80.29 -
System Red Green Blue C M Y K H S L
Decimal 140 252 150 0.44 0 0.40 0.01 125.36 0.95 0.77
Hex 8C FC 96 2C 0 28 1 7D 5F 4D
Octal 214 374 226 54 0 50 1 175 137 115
Binary 10001100 11111100 10010110 101100 0 101000 1 1111101 1011111 1001101

Color Harmonies of #8CFC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFC96

Black with #8CFC96

Text Example


Text Example

White with #8CFC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,252,150); }

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

background-color css

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

 a { background-color: rgb(140,252,150); }

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

border-color css

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

 span { border-color: rgb(140,252,150); }

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