Html Css Color HEX #0DC76D Jade

📋 copy color: '#0DC76D'

red 13 ◦ green 199 ◦ blue 109

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

Shades of Jade #0DC76D

Tints of Jade #0DC76D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 61.99%

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

R = 4.05%
G = 61.99%
B = 33.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#0DC76D (or 0x0DC76D) is known color: Jade. HEX triplet: 0D, C7 and 6D. RGB value is (13,199,109). Sum of RGB (Red+Green+Blue) = 13+199+109=321 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.05% from 321); Green value is 199 (78.12% from 255 or 61.99% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 199 - color contains mainly: green. Hex color #0DC76D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC76D is #F23892. Grayscale: #858585. Windows color (decimal): -15874195 or 7194381. OLE color: 7194381.

HSL color Cylindrical-coordinate representation of color #0DC76D: hue angle of 150.97º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC76D is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 13 199 109 -
CMYK 0.93 0 0.45 0.22
HSL 150.97º 0.88% 0.42% -
HSV(B) 150.97º 0.93% 0.78% -
XYZ 23.35 42.04 21.35 -
YUV 133.13 114.38 42.32 -
System Red Green Blue C M Y K H S L
Decimal 13 199 109 0.93 0 0.45 0.22 150.97 0.88 0.42
Hex D C7 6D 5D 0 2D 16 97 58 2A
Octal 15 307 155 135 0 55 26 227 130 52
Binary 1101 11000111 1101101 1011101 0 101101 10110 10010111 1011000 101010

Color Harmonies of #0DC76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC76D

Black with #0DC76D

Text Example


Text Example

White with #0DC76D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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