Html Css Color HEX #0DC062 Jade

📋 copy color: '#0DC062'

red 13 ◦ green 192 ◦ blue 98

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

Shades of Jade #0DC062

Tints of Jade #0DC062

RGB

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

 GREEN value IS 192 (75.39% from 255) = 63.37%

 BLUE value IS 98 (38.67% from 255) = 32.34%

R = 4.29%
G = 63.37%
B = 32.34%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#0DC062 (or 0x0DC062) is known color: Jade. HEX triplet: 0D, C0 and 62. RGB value is (13,192,98). Sum of RGB (Red+Green+Blue) = 13+192+98=303 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.29% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC062 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC062 is #F23F9D. Grayscale: #7F7F7F. Windows color (decimal): -15875998 or 6471693. OLE color: 6471693.

HSL color Cylindrical-coordinate representation of color #0DC062: hue angle of 148.49º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC062 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 192 98 -
CMYK 0.93 0 0.49 0.25
HSL 148.49º 0.87% 0.4% -
HSV(B) 148.49º 0.93% 0.75% -
XYZ 21.22 38.67 17.9 -
YUV 127.76 111.2 46.14 -
System Red Green Blue C M Y K H S L
Decimal 13 192 98 0.93 0 0.49 0.25 148.49 0.87 0.4
Hex D C0 62 5D 0 31 19 94 57 28
Octal 15 300 142 135 0 61 31 224 127 50
Binary 1101 11000000 1100010 1011101 0 110001 11001 10010100 1010111 101000

Color Harmonies of #0DC062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC062

Black with #0DC062

Text Example


Text Example

White with #0DC062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,192,98); }

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

background-color css

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

 a { background-color: rgb(13,192,98); }

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

border-color css

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

 span { border-color: rgb(13,192,98); }

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