Html Css Color HEX #0DC370 Jade

📋 copy color: '#0DC370'

red 13 ◦ green 195 ◦ blue 112

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

Shades of Jade #0DC370

Tints of Jade #0DC370

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.94%

 BLUE value IS 112 (44.14% from 255) = 35%

R = 4.06%
G = 60.94%
B = 35%

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

#0DC370 (or 0x0DC370) is known color: Jade. HEX triplet: 0D, C3 and 70. RGB value is (13,195,112). Sum of RGB (Red+Green+Blue) = 13+195+112=320 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.06% from 320); Green value is 195 (76.56% from 255 or 60.94% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC370 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC370 is #F23C8F. Grayscale: #838383. Windows color (decimal): -15875216 or 7389965. OLE color: 7389965.

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

Color convert

RGB 13 195 112 -
CMYK 0.93 0 0.43 0.24
HSL 152.64º 0.88% 0.41% -
HSV(B) 152.64º 0.93% 0.76% -
XYZ 22.61 40.29 21.91 -
YUV 131.12 117.2 43.75 -
System Red Green Blue C M Y K H S L
Decimal 13 195 112 0.93 0 0.43 0.24 152.64 0.88 0.41
Hex D C3 70 5D 0 2B 18 99 58 29
Octal 15 303 160 135 0 53 30 231 130 51
Binary 1101 11000011 1110000 1011101 0 101011 11000 10011001 1011000 101001

Color Harmonies of #0DC370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC370

Black with #0DC370

Text Example


Text Example

White with #0DC370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,195,112); }

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

background-color css

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

 a { background-color: rgb(13,195,112); }

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

border-color css

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

 span { border-color: rgb(13,195,112); }

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