Html Css Color HEX #0DC467 Jade

📋 copy color: '#0DC467'

red 13 ◦ green 196 ◦ blue 103

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

Shades of Jade #0DC467

Tints of Jade #0DC467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.01%

R = 4.17%
G = 62.82%
B = 33.01%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#0DC467 (or 0x0DC467) is known color: Jade. HEX triplet: 0D, C4 and 67. RGB value is (13,196,103). Sum of RGB (Red+Green+Blue) = 13+196+103=312 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.17% from 312); Green value is 196 (76.95% from 255 or 62.82% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC467 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC467 is #F23B98. Grayscale: #828282. Windows color (decimal): -15874969 or 6800397. OLE color: 6800397.

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

Color convert

RGB 13 196 103 -
CMYK 0.93 0 0.47 0.23
HSL 149.51º 0.88% 0.41% -
HSV(B) 149.51º 0.93% 0.77% -
XYZ 22.35 40.54 19.48 -
YUV 130.68 112.37 44.06 -
System Red Green Blue C M Y K H S L
Decimal 13 196 103 0.93 0 0.47 0.23 149.51 0.88 0.41
Hex D C4 67 5D 0 2F 17 96 58 29
Octal 15 304 147 135 0 57 27 226 130 51
Binary 1101 11000100 1100111 1011101 0 101111 10111 10010110 1011000 101001

Color Harmonies of #0DC467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC467

Black with #0DC467

Text Example


Text Example

White with #0DC467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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