Html Css Color HEX #08F294 Medium Spring Green

📋 copy color: '#08F294'

red 8 ◦ green 242 ◦ blue 148

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

Shades of Medium Spring Green #08F294

Tints of Medium Spring Green #08F294

RGB

 RED value IS 8 (3.52% from 255) = 2.01%

 GREEN value IS 242 (94.92% from 255) = 60.8%

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

R = 2.01%
G = 60.8%
B = 37.19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#08F294 (or 0x08F294) is known color: Medium Spring Green. HEX triplet: 08, F2 and 94. RGB value is (8,242,148). Sum of RGB (Red+Green+Blue) = 8+242+148=398 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 398); Green value is 242 (94.92% from 255 or 60.80% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 242 - color contains mainly: green. Hex color #08F294 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #08F294 is #F70D6B. Grayscale: #A1A1A1. Windows color (decimal): -16190828 or 9761288. OLE color: 9761288.

HSL color Cylindrical-coordinate representation of color #08F294: hue angle of 155.9º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F294 is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 8 242 148 -
CMYK 0.97 0 0.39 0.05
HSL 155.9º 0.94% 0.49% -
HSV(B) 155.9º 0.97% 0.95% -
XYZ 37.2 65.69 38.74 -
YUV 161.32 120.48 18.64 -
System Red Green Blue C M Y K H S L
Decimal 8 242 148 0.97 0 0.39 0.05 155.9 0.94 0.49
Hex 8 F2 94 61 0 27 5 9C 5E 31
Octal 10 362 224 141 0 47 5 234 136 61
Binary 1000 11110010 10010100 1100001 0 100111 101 10011100 1011110 110001

Color Harmonies of #08F294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08F294

Black with #08F294

Text Example


Text Example

White with #08F294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08F294; }

 p { color: rgb(8,242,148); }

 H1.HeaderClassName
 {
   color: #08F294;
 }
 .AnyTagClassName
 {
   color: #08F294;
 }
</style>

background-color css

<style>
 a { background-color: #08F294; }

 a { background-color: rgb(8,242,148); }

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

border-color css

<style>
 span { border-color: #08F294; }

 span { border-color: rgb(8,242,148); }

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