Html Css Color HEX #0DC254 Malachite

📋 copy color: '#0DC254'

red 13 ◦ green 194 ◦ blue 84

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

Shades of Malachite #0DC254

Tints of Malachite #0DC254

RGB

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

 GREEN value IS 194 (76.17% from 255) = 66.67%

 BLUE value IS 84 (33.2% from 255) = 28.87%

R = 4.47%
G = 66.67%
B = 28.87%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#0DC254 (or 0x0DC254) is known color: Malachite. HEX triplet: 0D, C2 and 54. RGB value is (13,194,84). Sum of RGB (Red+Green+Blue) = 13+194+84=291 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.47% from 291); Green value is 194 (76.17% from 255 or 66.67% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 194 - color contains mainly: green. Hex color #0DC254 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC254 is #F23DAB. Grayscale: #7F7F7F. Windows color (decimal): -15875500 or 5554701. OLE color: 5554701.

HSL color Cylindrical-coordinate representation of color #0DC254: hue angle of 143.54º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC254 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 194 84 -
CMYK 0.93 0 0.57 0.24
HSL 143.54º 0.87% 0.41% -
HSV(B) 143.54º 0.93% 0.76% -
XYZ 21.06 39.31 14.87 -
YUV 127.34 103.53 46.44 -
System Red Green Blue C M Y K H S L
Decimal 13 194 84 0.93 0 0.57 0.24 143.54 0.87 0.41
Hex D C2 54 5D 0 39 18 90 57 29
Octal 15 302 124 135 0 71 30 220 127 51
Binary 1101 11000010 1010100 1011101 0 111001 11000 10010000 1010111 101001

Color Harmonies of #0DC254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC254

Black with #0DC254

Text Example


Text Example

White with #0DC254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,194,84); }

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

background-color css

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

 a { background-color: rgb(13,194,84); }

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

border-color css

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

 span { border-color: rgb(13,194,84); }

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