Html Css Color HEX #00F195 Medium Spring Green

📋 copy color: '#00F195'

red 0 ◦ green 241 ◦ blue 149

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

Shades of Medium Spring Green #00F195

Tints of Medium Spring Green #00F195

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 241 (94.53% from 255) = 61.79%

 BLUE value IS 149 (58.59% from 255) = 38.21%

R = 0%
G = 61.79%
B = 38.21%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#00F195 (or 0x00F195) is known color: Medium Spring Green. HEX triplet: 00, F1 and 95. RGB value is (0,241,149). Sum of RGB (Red+Green+Blue) = 0+241+149=390 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 390); Green value is 241 (94.53% from 255 or 61.79% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 241 - color contains mainly: green. Hex color #00F195 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00F195 is #FF0E6A. Grayscale: #9E9E9E. Windows color (decimal): -16715371 or 9826560. OLE color: 9826560.

HSL color Cylindrical-coordinate representation of color #00F195: hue angle of 157.1º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F195 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 0 241 149 -
CMYK 1 0 0.38 0.05
HSL 157.1º 1% 0.47% -
HSV(B) 157.1º 1% 0.95% -
XYZ 36.88 65.08 39.05 -
YUV 158.45 122.66 14.98 -
System Red Green Blue C M Y K H S L
Decimal 0 241 149 1 0 0.38 0.05 157.1 1 0.47
Hex 0 F1 95 64 0 26 5 9D 64 2F
Octal 0 361 225 144 0 46 5 235 144 57
Binary 0 11110001 10010101 1100100 0 100110 101 10011101 1100100 101111

Color Harmonies of #00F195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00F195

Black with #00F195

Text Example


Text Example

White with #00F195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00F195; }

 p { color: rgb(0,241,149); }

 H1.HeaderClassName
 {
   color: #00F195;
 }
 .AnyTagClassName
 {
   color: #00F195;
 }
</style>

background-color css

<style>
 a { background-color: #00F195; }

 a { background-color: rgb(0,241,149); }

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

border-color css

<style>
 span { border-color: #00F195; }

 span { border-color: rgb(0,241,149); }

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