Html Css Color HEX #0DC16C Jade

📋 copy color: '#0DC16C'

red 13 ◦ green 193 ◦ blue 108

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

Shades of Jade #0DC16C

Tints of Jade #0DC16C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 61.46%

 BLUE value IS 108 (42.58% from 255) = 34.39%

R = 4.14%
G = 61.46%
B = 34.39%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#0DC16C (or 0x0DC16C) is known color: Jade. HEX triplet: 0D, C1 and 6C. RGB value is (13,193,108). Sum of RGB (Red+Green+Blue) = 13+193+108=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC16C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC16C is #F23E93. Grayscale: #818181. Windows color (decimal): -15875732 or 7127309. OLE color: 7127309.

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

Color convert

RGB 13 193 108 -
CMYK 0.93 0 0.44 0.24
HSL 151.67º 0.87% 0.4% -
HSV(B) 151.67º 0.93% 0.76% -
XYZ 21.94 39.31 20.62 -
YUV 129.49 115.87 44.91 -
System Red Green Blue C M Y K H S L
Decimal 13 193 108 0.93 0 0.44 0.24 151.67 0.87 0.4
Hex D C1 6C 5D 0 2C 18 98 57 28
Octal 15 301 154 135 0 54 30 230 127 50
Binary 1101 11000001 1101100 1011101 0 101100 11000 10011000 1010111 101000

Color Harmonies of #0DC16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC16C

Black with #0DC16C

Text Example


Text Example

White with #0DC16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,193,108); }

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

background-color css

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

 a { background-color: rgb(13,193,108); }

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

border-color css

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

 span { border-color: rgb(13,193,108); }

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