Html Css Color HEX #0DFB8E Medium Spring Green

📋 copy color: '#0DFB8E'

red 13 ◦ green 251 ◦ blue 142

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

Shades of Medium Spring Green #0DFB8E

Tints of Medium Spring Green #0DFB8E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 61.82%

 BLUE value IS 142 (55.86% from 255) = 34.98%

R = 3.2%
G = 61.82%
B = 34.98%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#0DFB8E (or 0x0DFB8E) is known color: Medium Spring Green. HEX triplet: 0D, FB and 8E. RGB value is (13,251,142). Sum of RGB (Red+Green+Blue) = 13+251+142=406 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.20% from 406); Green value is 251 (98.44% from 255 or 61.82% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 251 - color contains mainly: green. Hex color #0DFB8E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DFB8E is #F20471. Grayscale: #A7A7A7. Windows color (decimal): -15860850 or 9370381. OLE color: 9370381.

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

Color convert

RGB 13 251 142 -
CMYK 0.95 0 0.43 0.02
HSL 152.52º 0.97% 0.52% -
HSV(B) 152.52º 0.95% 0.98% -
XYZ 39.55 71.03 37.22 -
YUV 167.41 113.65 17.86 -
System Red Green Blue C M Y K H S L
Decimal 13 251 142 0.95 0 0.43 0.02 152.52 0.97 0.52
Hex D FB 8E 5F 0 2B 2 99 61 34
Octal 15 373 216 137 0 53 2 231 141 64
Binary 1101 11111011 10001110 1011111 0 101011 10 10011001 1100001 110100

Color Harmonies of #0DFB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFB8E

Black with #0DFB8E

Text Example


Text Example

White with #0DFB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,251,142); }

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

background-color css

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

 a { background-color: rgb(13,251,142); }

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

border-color css

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

 span { border-color: rgb(13,251,142); }

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