Html Css Color HEX #8CFB94 Pale Green

📋 copy color: '#8CFB94'

red 140 ◦ green 251 ◦ blue 148

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

Shades of Pale Green #8CFB94

Tints of Pale Green #8CFB94

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.57%

 BLUE value IS 148 (58.2% from 255) = 27.46%

R = 25.97%
G = 46.57%
B = 27.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#8CFB94 (or 0x8CFB94) is known color: Pale Green. HEX triplet: 8C, FB and 94. RGB value is (140,251,148). Sum of RGB (Red+Green+Blue) = 140+251+148=539 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.97% from 539); Green value is 251 (98.44% from 255 or 46.57% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFB94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFB94 is #73046B. Grayscale: #CECECE. Windows color (decimal): -7537772 or 9763724. OLE color: 9763724.

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

Color convert

RGB 140 251 148 -
CMYK 0.44 0 0.41 0.02
HSL 124.32º 0.93% 0.77% -
HSV(B) 124.32º 0.44% 0.98% -
XYZ 50.66 76.71 40.15 -
YUV 206.07 95.23 80.88 -
System Red Green Blue C M Y K H S L
Decimal 140 251 148 0.44 0 0.41 0.02 124.32 0.93 0.77
Hex 8C FB 94 2C 0 29 2 7C 5D 4D
Octal 214 373 224 54 0 51 2 174 135 115
Binary 10001100 11111011 10010100 101100 0 101001 10 1111100 1011101 1001101

Color Harmonies of #8CFB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFB94

Black with #8CFB94

Text Example


Text Example

White with #8CFB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,251,148); }

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

background-color css

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

 a { background-color: rgb(140,251,148); }

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

border-color css

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

 span { border-color: rgb(140,251,148); }

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