Html Css Color HEX #0DFF96 Medium Spring Green

📋 copy color: '#0DFF96'

red 13 ◦ green 255 ◦ blue 150

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

Shades of Medium Spring Green #0DFF96

Tints of Medium Spring Green #0DFF96

RGB

 RED value IS 13 (5.47% from 255) = 3.11%

 GREEN value IS 255 (100% from 255) = 61%

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

R = 3.11%
G = 61%
B = 35.89%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#0DFF96 (or 0x0DFF96) is known color: Medium Spring Green. HEX triplet: 0D, FF and 96. RGB value is (13,255,150). Sum of RGB (Red+Green+Blue) = 13+255+150=418 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.11% from 418); Green value is 255 (100% from 255 or 61.00% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFF96 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DFF96 is #F20069. Grayscale: #AAAAAA. Windows color (decimal): -15859818 or 9895693. OLE color: 9895693.

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

Color convert

RGB 13 255 150 -
CMYK 0.95 0 0.41 0
HSL 153.97º 1% 0.53% -
HSV(B) 153.97º 0.95% 1% -
XYZ 41.43 73.81 40.92 -
YUV 170.67 116.33 15.54 -
System Red Green Blue C M Y K H S L
Decimal 13 255 150 0.95 0 0.41 0 153.97 1 0.53
Hex D FF 96 5F 0 29 0 9A 64 35
Octal 15 377 226 137 0 51 0 232 144 65
Binary 1101 11111111 10010110 1011111 0 101001 0 10011010 1100100 110101

Color Harmonies of #0DFF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFF96

Black with #0DFF96

Text Example


Text Example

White with #0DFF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,255,150); }

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

background-color css

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

 a { background-color: rgb(13,255,150); }

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

border-color css

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

 span { border-color: rgb(13,255,150); }

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