Html Css Color HEX #0DC46D Jade

📋 copy color: '#0DC46D'

red 13 ◦ green 196 ◦ blue 109

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

Shades of Jade #0DC46D

Tints of Jade #0DC46D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 61.64%

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 4.09%
G = 61.64%
B = 34.28%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#0DC46D (or 0x0DC46D) is known color: Jade. HEX triplet: 0D, C4 and 6D. RGB value is (13,196,109). Sum of RGB (Red+Green+Blue) = 13+196+109=318 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.09% from 318); Green value is 196 (76.95% from 255 or 61.64% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC46D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC46D is #F23B92. Grayscale: #838383. Windows color (decimal): -15874963 or 7193613. OLE color: 7193613.

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

Color convert

RGB 13 196 109 -
CMYK 0.93 0 0.44 0.23
HSL 151.48º 0.88% 0.41% -
HSV(B) 151.48º 0.93% 0.77% -
XYZ 22.67 40.67 21.12 -
YUV 131.37 115.37 43.57 -
System Red Green Blue C M Y K H S L
Decimal 13 196 109 0.93 0 0.44 0.23 151.48 0.88 0.41
Hex D C4 6D 5D 0 2C 17 97 58 29
Octal 15 304 155 135 0 54 27 227 130 51
Binary 1101 11000100 1101101 1011101 0 101100 10111 10010111 1011000 101001

Color Harmonies of #0DC46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC46D

Black with #0DC46D

Text Example


Text Example

White with #0DC46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,196,109); }

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

background-color css

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

 a { background-color: rgb(13,196,109); }

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

border-color css

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

 span { border-color: rgb(13,196,109); }

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