Html Css Color HEX #0DC16E Jade

📋 copy color: '#0DC16E'

red 13 ◦ green 193 ◦ blue 110

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

Shades of Jade #0DC16E

Tints of Jade #0DC16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.81%

R = 4.11%
G = 61.08%
B = 34.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#0DC16E (or 0x0DC16E) is known color: Jade. HEX triplet: 0D, C1 and 6E. RGB value is (13,193,110). Sum of RGB (Red+Green+Blue) = 13+193+110=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 193 (75.78% from 255 or 61.08% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC16E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC16E is #F23E91. Grayscale: #818181. Windows color (decimal): -15875730 or 7258381. OLE color: 7258381.

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

Color convert

RGB 13 193 110 -
CMYK 0.93 0 0.43 0.24
HSL 152.33º 0.87% 0.4% -
HSV(B) 152.33º 0.93% 0.76% -
XYZ 22.05 39.35 21.19 -
YUV 129.72 116.87 44.75 -
System Red Green Blue C M Y K H S L
Decimal 13 193 110 0.93 0 0.43 0.24 152.33 0.87 0.4
Hex D C1 6E 5D 0 2B 18 98 57 28
Octal 15 301 156 135 0 53 30 230 127 50
Binary 1101 11000001 1101110 1011101 0 101011 11000 10011000 1010111 101000

Color Harmonies of #0DC16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC16E

Black with #0DC16E

Text Example


Text Example

White with #0DC16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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