Html Css Color HEX #0DC36F Jade

📋 copy color: '#0DC36F'

red 13 ◦ green 195 ◦ blue 111

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

Shades of Jade #0DC36F

Tints of Jade #0DC36F

RGB

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

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

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

R = 4.08%
G = 61.13%
B = 34.8%

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

#0DC36F (or 0x0DC36F) is known color: Jade. HEX triplet: 0D, C3 and 6F. RGB value is (13,195,111). Sum of RGB (Red+Green+Blue) = 13+195+111=319 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.08% from 319); Green value is 195 (76.56% from 255 or 61.13% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC36F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC36F is #F23C90. Grayscale: #838383. Windows color (decimal): -15875217 or 7324429. OLE color: 7324429.

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

Color convert

RGB 13 195 111 -
CMYK 0.93 0 0.43 0.24
HSL 152.31º 0.88% 0.41% -
HSV(B) 152.31º 0.93% 0.76% -
XYZ 22.55 40.26 21.62 -
YUV 131.01 116.7 43.83 -
System Red Green Blue C M Y K H S L
Decimal 13 195 111 0.93 0 0.43 0.24 152.31 0.88 0.41
Hex D C3 6F 5D 0 2B 18 98 58 29
Octal 15 303 157 135 0 53 30 230 130 51
Binary 1101 11000011 1101111 1011101 0 101011 11000 10011000 1011000 101001

Color Harmonies of #0DC36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC36F

Black with #0DC36F

Text Example


Text Example

White with #0DC36F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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