Html Css Color HEX #0DC171 Jade

📋 copy color: '#0DC171'

red 13 ◦ green 193 ◦ blue 113

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

Shades of Jade #0DC171

Tints of Jade #0DC171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.42%

R = 4.08%
G = 60.5%
B = 35.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#0DC171 (or 0x0DC171) is known color: Jade. HEX triplet: 0D, C1 and 71. RGB value is (13,193,113). Sum of RGB (Red+Green+Blue) = 13+193+113=319 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.08% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #0DC171 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC171 is #F23E8E. Grayscale: #828282. Windows color (decimal): -15875727 or 7454989. OLE color: 7454989.

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

Color convert

RGB 13 193 113 -
CMYK 0.93 0 0.41 0.24
HSL 153.33º 0.87% 0.4% -
HSV(B) 153.33º 0.93% 0.76% -
XYZ 22.22 39.42 22.06 -
YUV 130.06 118.37 44.5 -
System Red Green Blue C M Y K H S L
Decimal 13 193 113 0.93 0 0.41 0.24 153.33 0.87 0.4
Hex D C1 71 5D 0 29 18 99 57 28
Octal 15 301 161 135 0 51 30 231 127 50
Binary 1101 11000001 1110001 1011101 0 101001 11000 10011001 1010111 101000

Color Harmonies of #0DC171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC171

Black with #0DC171

Text Example


Text Example

White with #0DC171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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