Html Css Color HEX #0DA367 Jade

📋 copy color: '#0DA367'

red 13 ◦ green 163 ◦ blue 103

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

Shades of Jade #0DA367

Tints of Jade #0DA367

RGB

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

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

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

R = 4.66%
G = 58.42%
B = 36.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#0DA367 (or 0x0DA367) is known color: Jade. HEX triplet: 0D, A3 and 67. RGB value is (13,163,103). Sum of RGB (Red+Green+Blue) = 13+163+103=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 163 (64.06% from 255 or 58.42% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 163 - color contains mainly: green. Hex color #0DA367 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA367 is #F25C98. Grayscale: #6F6F6F. Windows color (decimal): -15883417 or 6791949. OLE color: 6791949.

HSL color Cylindrical-coordinate representation of color #0DA367: hue angle of 156º 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 #0DA367 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 13 163 103 -
CMYK 0.92 0 0.37 0.36
HSL 156º 0.85% 0.35% -
HSV(B) 156º 0.92% 0.64% -
XYZ 15.71 27.26 17.27 -
YUV 111.31 123.31 57.88 -
System Red Green Blue C M Y K H S L
Decimal 13 163 103 0.92 0 0.37 0.36 156 0.85 0.35
Hex D A3 67 5C 0 25 24 9C 55 23
Octal 15 243 147 134 0 45 44 234 125 43
Binary 1101 10100011 1100111 1011100 0 100101 100100 10011100 1010101 100011

Color Harmonies of #0DA367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA367

Black with #0DA367

Text Example


Text Example

White with #0DA367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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