Html Css Color HEX #0DA967 Jade

📋 copy color: '#0DA967'

red 13 ◦ green 169 ◦ blue 103

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

Shades of Jade #0DA967

Tints of Jade #0DA967

RGB

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

 GREEN value IS 169 (66.41% from 255) = 59.3%

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

R = 4.56%
G = 59.3%
B = 36.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#0DA967 (or 0x0DA967) is known color: Jade. HEX triplet: 0D, A9 and 67. RGB value is (13,169,103). Sum of RGB (Red+Green+Blue) = 13+169+103=285 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.56% from 285); Green value is 169 (66.41% from 255 or 59.30% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA967 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA967 is #F25698. Grayscale: #727272. Windows color (decimal): -15881881 or 6793485. OLE color: 6793485.

HSL color Cylindrical-coordinate representation of color #0DA967: hue angle of 154.62º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA967 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB 13 169 103 -
CMYK 0.92 0 0.39 0.34
HSL 154.62º 0.86% 0.36% -
HSV(B) 154.62º 0.92% 0.66% -
XYZ 16.8 29.44 17.63 -
YUV 114.83 121.32 55.37 -
System Red Green Blue C M Y K H S L
Decimal 13 169 103 0.92 0 0.39 0.34 154.62 0.86 0.36
Hex D A9 67 5C 0 27 22 9B 56 24
Octal 15 251 147 134 0 47 42 233 126 44
Binary 1101 10101001 1100111 1011100 0 100111 100010 10011011 1010110 100100

Color Harmonies of #0DA967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA967

Black with #0DA967

Text Example


Text Example

White with #0DA967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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