Html Css Color HEX #0DA56B Jade

📋 copy color: '#0DA56B'

red 13 ◦ green 165 ◦ blue 107

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

Shades of Jade #0DA56B

Tints of Jade #0DA56B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 57.89%

 BLUE value IS 107 (42.19% from 255) = 37.54%

R = 4.56%
G = 57.89%
B = 37.54%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#0DA56B (or 0x0DA56B) is known color: Jade. HEX triplet: 0D, A5 and 6B. RGB value is (13,165,107). Sum of RGB (Red+Green+Blue) = 13+165+107=285 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.56% from 285); Green value is 165 (64.84% from 255 or 57.89% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 165 - color contains mainly: green. Hex color #0DA56B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA56B is #F25A94. Grayscale: #717171. Windows color (decimal): -15882901 or 7054605. OLE color: 7054605.

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

Color convert

RGB 13 165 107 -
CMYK 0.92 0 0.35 0.35
HSL 157.11º 0.85% 0.35% -
HSV(B) 157.11º 0.92% 0.65% -
XYZ 16.27 28.06 18.47 -
YUV 112.94 124.64 56.72 -
System Red Green Blue C M Y K H S L
Decimal 13 165 107 0.92 0 0.35 0.35 157.11 0.85 0.35
Hex D A5 6B 5C 0 23 23 9D 55 23
Octal 15 245 153 134 0 43 43 235 125 43
Binary 1101 10100101 1101011 1011100 0 100011 100011 10011101 1010101 100011

Color Harmonies of #0DA56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA56B

Black with #0DA56B

Text Example


Text Example

White with #0DA56B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,165,107); }

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

background-color css

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

 a { background-color: rgb(13,165,107); }

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

border-color css

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

 span { border-color: rgb(13,165,107); }

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