Html Css Color HEX #0DC25C Malachite

📋 copy color: '#0DC25C'

red 13 ◦ green 194 ◦ blue 92

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

Shades of Malachite #0DC25C

Tints of Malachite #0DC25C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.77%

R = 4.35%
G = 64.88%
B = 30.77%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#0DC25C (or 0x0DC25C) is known color: Malachite. HEX triplet: 0D, C2 and 5C. RGB value is (13,194,92). Sum of RGB (Red+Green+Blue) = 13+194+92=299 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.35% from 299); Green value is 194 (76.17% from 255 or 64.88% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 194 - color contains mainly: green. Hex color #0DC25C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC25C is #F23DA3. Grayscale: #808080. Windows color (decimal): -15875492 or 6078989. OLE color: 6078989.

HSL color Cylindrical-coordinate representation of color #0DC25C: hue angle of 146.19º 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 #0DC25C is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 194 92 -
CMYK 0.93 0 0.53 0.24
HSL 146.19º 0.87% 0.41% -
HSV(B) 146.19º 0.93% 0.76% -
XYZ 21.39 39.44 16.61 -
YUV 128.25 107.53 45.79 -
System Red Green Blue C M Y K H S L
Decimal 13 194 92 0.93 0 0.53 0.24 146.19 0.87 0.41
Hex D C2 5C 5D 0 35 18 92 57 29
Octal 15 302 134 135 0 65 30 222 127 51
Binary 1101 11000010 1011100 1011101 0 110101 11000 10010010 1010111 101001

Color Harmonies of #0DC25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC25C

Black with #0DC25C

Text Example


Text Example

White with #0DC25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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