Html Css Color HEX #0DA368 Jade

📋 copy color: '#0DA368'

red 13 ◦ green 163 ◦ blue 104

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

Shades of Jade #0DA368

Tints of Jade #0DA368

RGB

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

 GREEN value IS 163 (64.06% from 255) = 58.21%

 BLUE value IS 104 (41.02% from 255) = 37.14%

R = 4.64%
G = 58.21%
B = 37.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#0DA368 (or 0x0DA368) is known color: Jade. HEX triplet: 0D, A3 and 68. RGB value is (13,163,104). Sum of RGB (Red+Green+Blue) = 13+163+104=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 163 (64.06% from 255 or 58.21% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 163 - color contains mainly: green. Hex color #0DA368 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA368 is #F25C97. Grayscale: #6F6F6F. Windows color (decimal): -15883416 or 6857485. OLE color: 6857485.

HSL color Cylindrical-coordinate representation of color #0DA368: hue angle of 156.4º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA368 is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 13 163 104 -
CMYK 0.92 0 0.36 0.36
HSL 156.4º 0.85% 0.35% -
HSV(B) 156.4º 0.92% 0.64% -
XYZ 15.76 27.28 17.53 -
YUV 111.42 123.81 57.8 -
System Red Green Blue C M Y K H S L
Decimal 13 163 104 0.92 0 0.36 0.36 156.4 0.85 0.35
Hex D A3 68 5C 0 24 24 9C 55 23
Octal 15 243 150 134 0 44 44 234 125 43
Binary 1101 10100011 1101000 1011100 0 100100 100100 10011100 1010101 100011

Color Harmonies of #0DA368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA368

Black with #0DA368

Text Example


Text Example

White with #0DA368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,163,104); }

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

background-color css

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

 a { background-color: rgb(13,163,104); }

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

border-color css

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

 span { border-color: rgb(13,163,104); }

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