Html Css Color HEX #0DF94C Malachite

📋 copy color: '#0DF94C'

red 13 ◦ green 249 ◦ blue 76

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

Shades of Malachite #0DF94C

Tints of Malachite #0DF94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.49%

R = 3.85%
G = 73.67%
B = 22.49%

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

#0DF94C (or 0x0DF94C) is known color: Malachite. HEX triplet: 0D, F9 and 4C. RGB value is (13,249,76). Sum of RGB (Red+Green+Blue) = 13+249+76=338 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.85% from 338); Green value is 249 (97.66% from 255 or 73.67% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 249 - color contains mainly: green. Hex color #0DF94C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF94C is #F206B3. Grayscale: #9F9F9F. Windows color (decimal): -15861428 or 5044493. OLE color: 5044493.

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

Color convert

RGB 13 249 76 -
CMYK 0.95 0 0.69 0.02
HSL 136.02º 0.95% 0.51% -
HSV(B) 136.02º 0.95% 0.98% -
XYZ 35.35 68.36 18.17 -
YUV 158.71 81.31 24.07 -
System Red Green Blue C M Y K H S L
Decimal 13 249 76 0.95 0 0.69 0.02 136.02 0.95 0.51
Hex D F9 4C 5F 0 45 2 88 5F 33
Octal 15 371 114 137 0 105 2 210 137 63
Binary 1101 11111001 1001100 1011111 0 1000101 10 10001000 1011111 110011

Color Harmonies of #0DF94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF94C

Black with #0DF94C

Text Example


Text Example

White with #0DF94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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