Html Css Color HEX #0DC76F Jade

📋 copy color: '#0DC76F'

red 13 ◦ green 199 ◦ blue 111

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

Shades of Jade #0DC76F

Tints of Jade #0DC76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.37%

R = 4.02%
G = 61.61%
B = 34.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#0DC76F (or 0x0DC76F) is known color: Jade. HEX triplet: 0D, C7 and 6F. RGB value is (13,199,111). Sum of RGB (Red+Green+Blue) = 13+199+111=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 199 (78.12% from 255 or 61.61% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 199 - color contains mainly: green. Hex color #0DC76F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC76F is #F23890. Grayscale: #858585. Windows color (decimal): -15874193 or 7325453. OLE color: 7325453.

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

Color convert

RGB 13 199 111 -
CMYK 0.93 0 0.44 0.22
HSL 151.61º 0.88% 0.42% -
HSV(B) 151.61º 0.93% 0.78% -
XYZ 23.46 42.08 21.92 -
YUV 133.35 115.38 42.16 -
System Red Green Blue C M Y K H S L
Decimal 13 199 111 0.93 0 0.44 0.22 151.61 0.88 0.42
Hex D C7 6F 5D 0 2C 16 98 58 2A
Octal 15 307 157 135 0 54 26 230 130 52
Binary 1101 11000111 1101111 1011101 0 101100 10110 10011000 1011000 101010

Color Harmonies of #0DC76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC76F

Black with #0DC76F

Text Example


Text Example

White with #0DC76F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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