Html Css Color HEX #8CF994 Light Green

📋 copy color: '#8CF994'

red 140 ◦ green 249 ◦ blue 148

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

Shades of Light Green #8CF994

Tints of Light Green #8CF994

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.37%

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

R = 26.07%
G = 46.37%
B = 27.56%

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

#8CF994 (or 0x8CF994) is known color: Light Green. HEX triplet: 8C, F9 and 94. RGB value is (140,249,148). Sum of RGB (Red+Green+Blue) = 140+249+148=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #8CF994 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF994 is #73066B. Grayscale: #CDCDCD. Windows color (decimal): -7538284 or 9763212. OLE color: 9763212.

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

Color convert

RGB 140 249 148 -
CMYK 0.44 0 0.41 0.02
HSL 124.4º 0.9% 0.76% -
HSV(B) 124.4º 0.44% 0.98% -
XYZ 50.04 75.46 39.95 -
YUV 204.9 95.89 81.71 -
System Red Green Blue C M Y K H S L
Decimal 140 249 148 0.44 0 0.41 0.02 124.4 0.9 0.76
Hex 8C F9 94 2C 0 29 2 7C 5A 4C
Octal 214 371 224 54 0 51 2 174 132 114
Binary 10001100 11111001 10010100 101100 0 101001 10 1111100 1011010 1001100

Color Harmonies of #8CF994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF994

Black with #8CF994

Text Example


Text Example

White with #8CF994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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