Html Css Color HEX #0DF939 Malachite

📋 copy color: '#0DF939'

red 13 ◦ green 249 ◦ blue 57

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

Shades of Malachite #0DF939

Tints of Malachite #0DF939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.87%

R = 4.08%
G = 78.06%
B = 17.87%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#0DF939 (or 0x0DF939) is known color: Malachite. HEX triplet: 0D, F9 and 39. RGB value is (13,249,57). Sum of RGB (Red+Green+Blue) = 13+249+57=319 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.08% from 319); Green value is 249 (97.66% from 255 or 78.06% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 249 - color contains mainly: green. Hex color #0DF939 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF939 is #F206C6. Grayscale: #9D9D9D. Windows color (decimal): -15861447 or 3799309. OLE color: 3799309.

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

Color convert

RGB 13 249 57 -
CMYK 0.95 0 0.77 0.02
HSL 131.19º 0.95% 0.51% -
HSV(B) 131.19º 0.95% 0.98% -
XYZ 34.78 68.13 15.19 -
YUV 156.55 71.81 25.61 -
System Red Green Blue C M Y K H S L
Decimal 13 249 57 0.95 0 0.77 0.02 131.19 0.95 0.51
Hex D F9 39 5F 0 4D 2 83 5F 33
Octal 15 371 71 137 0 115 2 203 137 63
Binary 1101 11111001 111001 1011111 0 1001101 10 10000011 1011111 110011

Color Harmonies of #0DF939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF939

Black with #0DF939

Text Example


Text Example

White with #0DF939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,249,57); }

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

background-color css

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

 a { background-color: rgb(13,249,57); }

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

border-color css

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

 span { border-color: rgb(13,249,57); }

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