Html Css Color HEX #0DF93A Malachite

📋 copy color: '#0DF93A'

red 13 ◦ green 249 ◦ blue 58

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

Shades of Malachite #0DF93A

Tints of Malachite #0DF93A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.13%

R = 4.06%
G = 77.81%
B = 18.13%

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

#0DF93A (or 0x0DF93A) is known color: Malachite. HEX triplet: 0D, F9 and 3A. RGB value is (13,249,58). Sum of RGB (Red+Green+Blue) = 13+249+58=320 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.06% from 320); Green value is 249 (97.66% from 255 or 77.81% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 249 - color contains mainly: green. Hex color #0DF93A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF93A is #F206C5. Grayscale: #9D9D9D. Windows color (decimal): -15861446 or 3864845. OLE color: 3864845.

HSL color Cylindrical-coordinate representation of color #0DF93A: hue angle of 131.44º 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 #0DF93A is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 249 58 -
CMYK 0.95 0 0.77 0.02
HSL 131.44º 0.95% 0.51% -
HSV(B) 131.44º 0.95% 0.98% -
XYZ 34.81 68.14 15.32 -
YUV 156.66 72.31 25.53 -
System Red Green Blue C M Y K H S L
Decimal 13 249 58 0.95 0 0.77 0.02 131.44 0.95 0.51
Hex D F9 3A 5F 0 4D 2 83 5F 33
Octal 15 371 72 137 0 115 2 203 137 63
Binary 1101 11111001 111010 1011111 0 1001101 10 10000011 1011111 110011

Color Harmonies of #0DF93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF93A

Black with #0DF93A

Text Example


Text Example

White with #0DF93A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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