Html Css Color HEX #0DFEA3 Medium Spring Green

📋 copy color: '#0DFEA3'

red 13 ◦ green 254 ◦ blue 163

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

Shades of Medium Spring Green #0DFEA3

Tints of Medium Spring Green #0DFEA3

RGB

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

 GREEN value IS 254 (99.61% from 255) = 59.07%

 BLUE value IS 163 (64.06% from 255) = 37.91%

R = 3.02%
G = 59.07%
B = 37.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#0DFEA3 (or 0x0DFEA3) is known color: Medium Spring Green. HEX triplet: 0D, FE and A3. RGB value is (13,254,163). Sum of RGB (Red+Green+Blue) = 13+254+163=430 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.02% from 430); Green value is 254 (99.61% from 255 or 59.07% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFEA3 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DFEA3 is #F2015C. Grayscale: #ABABAB. Windows color (decimal): -15860061 or 10747405. OLE color: 10747405.

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

Color convert

RGB 13 254 163 -
CMYK 0.95 0 0.36 0.00
HSL 157.34º 0.99% 0.52% -
HSV(B) 157.34º 0.95% 1% -
XYZ 42.22 73.61 46.63 -
YUV 171.57 123.16 14.9 -
System Red Green Blue C M Y K H S L
Decimal 13 254 163 0.95 0 0.36 0.00 157.34 0.99 0.52
Hex D FE A3 5F 0 24 0 9D 63 34
Octal 15 376 243 137 0 44 0 235 143 64
Binary 1101 11111110 10100011 1011111 0 100100 0 10011101 1100011 110100

Color Harmonies of #0DFEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFEA3

Black with #0DFEA3

Text Example


Text Example

White with #0DFEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,254,163); }

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

background-color css

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

 a { background-color: rgb(13,254,163); }

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

border-color css

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

 span { border-color: rgb(13,254,163); }

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