Html Css Color HEX #0FF996 Medium Spring Green

📋 copy color: '#0FF996'

red 15 ◦ green 249 ◦ blue 150

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

Shades of Medium Spring Green #0FF996

Tints of Medium Spring Green #0FF996

RGB

 RED value IS 15 (6.25% from 255) = 3.62%

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

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

R = 3.62%
G = 60.14%
B = 36.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#0FF996 (or 0x0FF996) is known color: Medium Spring Green. HEX triplet: 0F, F9 and 96. RGB value is (15,249,150). Sum of RGB (Red+Green+Blue) = 15+249+150=414 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.62% from 414); Green value is 249 (97.66% from 255 or 60.14% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 249 - color contains mainly: green. Hex color #0FF996 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF996 is #F00669. Grayscale: #A7A7A7. Windows color (decimal): -15730282 or 9894159. OLE color: 9894159.

HSL color Cylindrical-coordinate representation of color #0FF996: hue angle of 154.62º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF996 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 249 150 -
CMYK 0.94 0 0.40 0.02
HSL 154.62º 0.95% 0.52% -
HSV(B) 154.62º 0.94% 0.98% -
XYZ 39.58 70.05 40.29 -
YUV 167.75 117.98 19.05 -
System Red Green Blue C M Y K H S L
Decimal 15 249 150 0.94 0 0.40 0.02 154.62 0.95 0.52
Hex F F9 96 5E 0 28 2 9B 5F 34
Octal 17 371 226 136 0 50 2 233 137 64
Binary 1111 11111001 10010110 1011110 0 101000 10 10011011 1011111 110100

Color Harmonies of #0FF996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF996

Black with #0FF996

Text Example


Text Example

White with #0FF996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FF996; }

 p { color: rgb(15,249,150); }

 H1.HeaderClassName
 {
   color: #0FF996;
 }
 .AnyTagClassName
 {
   color: #0FF996;
 }
</style>

background-color css

<style>
 a { background-color: #0FF996; }

 a { background-color: rgb(15,249,150); }

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

border-color css

<style>
 span { border-color: #0FF996; }

 span { border-color: rgb(15,249,150); }

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