Html Css Color HEX #0DFA4D Malachite

📋 copy color: '#0DFA4D'

red 13 ◦ green 250 ◦ blue 77

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

Shades of Malachite #0DFA4D

Tints of Malachite #0DFA4D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 73.53%

 BLUE value IS 77 (30.47% from 255) = 22.65%

R = 3.82%
G = 73.53%
B = 22.65%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#0DFA4D (or 0x0DFA4D) is known color: Malachite. HEX triplet: 0D, FA and 4D. RGB value is (13,250,77). Sum of RGB (Red+Green+Blue) = 13+250+77=340 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.82% from 340); Green value is 250 (98.05% from 255 or 73.53% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 250 - color contains mainly: green. Hex color #0DFA4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFA4D is #F205B2. Grayscale: #9F9F9F. Windows color (decimal): -15861171 or 5110285. OLE color: 5110285.

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

Color convert

RGB 13 250 77 -
CMYK 0.95 0 0.69 0.02
HSL 136.2º 0.96% 0.52% -
HSV(B) 136.2º 0.95% 0.98% -
XYZ 35.69 68.99 18.46 -
YUV 159.42 81.48 23.57 -
System Red Green Blue C M Y K H S L
Decimal 13 250 77 0.95 0 0.69 0.02 136.2 0.96 0.52
Hex D FA 4D 5F 0 45 2 88 60 34
Octal 15 372 115 137 0 105 2 210 140 64
Binary 1101 11111010 1001101 1011111 0 1000101 10 10001000 1100000 110100

Color Harmonies of #0DFA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFA4D

Black with #0DFA4D

Text Example


Text Example

White with #0DFA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,250,77); }

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

background-color css

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

 a { background-color: rgb(13,250,77); }

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

border-color css

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

 span { border-color: rgb(13,250,77); }

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