Html Css Color HEX #0DF28E Medium Spring Green

📋 copy color: '#0DF28E'

red 13 ◦ green 242 ◦ blue 142

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

Shades of Medium Spring Green #0DF28E

Tints of Medium Spring Green #0DF28E

RGB

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

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

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

R = 3.27%
G = 60.96%
B = 35.77%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#0DF28E (or 0x0DF28E) is known color: Medium Spring Green. HEX triplet: 0D, F2 and 8E. RGB value is (13,242,142). Sum of RGB (Red+Green+Blue) = 13+242+142=397 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.27% from 397); Green value is 242 (94.92% from 255 or 60.96% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 242 - color contains mainly: green. Hex color #0DF28E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF28E is #F20D71. Grayscale: #A2A2A2. Windows color (decimal): -15863154 or 9368077. OLE color: 9368077.

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

Color convert

RGB 13 242 142 -
CMYK 0.95 0 0.41 0.05
HSL 153.8º 0.9% 0.5% -
HSV(B) 153.8º 0.95% 0.95% -
XYZ 36.8 65.54 36.3 -
YUV 162.13 116.63 21.63 -
System Red Green Blue C M Y K H S L
Decimal 13 242 142 0.95 0 0.41 0.05 153.8 0.9 0.5
Hex D F2 8E 5F 0 29 5 9A 5A 32
Octal 15 362 216 137 0 51 5 232 132 62
Binary 1101 11110010 10001110 1011111 0 101001 101 10011010 1011010 110010

Color Harmonies of #0DF28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF28E

Black with #0DF28E

Text Example


Text Example

White with #0DF28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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