Html Css Color HEX #0DC65C Malachite

📋 copy color: '#0DC65C'

red 13 ◦ green 198 ◦ blue 92

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

Shades of Malachite #0DC65C

Tints of Malachite #0DC65C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 65.35%

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

R = 4.29%
G = 65.35%
B = 30.36%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#0DC65C (or 0x0DC65C) is known color: Malachite. HEX triplet: 0D, C6 and 5C. RGB value is (13,198,92). Sum of RGB (Red+Green+Blue) = 13+198+92=303 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.29% from 303); Green value is 198 (77.73% from 255 or 65.35% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 198 - color contains mainly: green. Hex color #0DC65C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC65C is #F239A3. Grayscale: #828282. Windows color (decimal): -15874468 or 6080013. OLE color: 6080013.

HSL color Cylindrical-coordinate representation of color #0DC65C: hue angle of 145.62º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC65C is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 13 198 92 -
CMYK 0.93 0 0.54 0.22
HSL 145.62º 0.88% 0.41% -
HSV(B) 145.62º 0.93% 0.78% -
XYZ 22.29 41.25 16.91 -
YUV 130.6 106.21 44.12 -
System Red Green Blue C M Y K H S L
Decimal 13 198 92 0.93 0 0.54 0.22 145.62 0.88 0.41
Hex D C6 5C 5D 0 36 16 92 58 29
Octal 15 306 134 135 0 66 26 222 130 51
Binary 1101 11000110 1011100 1011101 0 110110 10110 10010010 1011000 101001

Color Harmonies of #0DC65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC65C

Black with #0DC65C

Text Example


Text Example

White with #0DC65C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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