Html Css Color HEX #0DAB6B Jade

📋 copy color: '#0DAB6B'

red 13 ◦ green 171 ◦ blue 107

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

Shades of Jade #0DAB6B

Tints of Jade #0DAB6B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 58.76%

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

R = 4.47%
G = 58.76%
B = 36.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#0DAB6B (or 0x0DAB6B) is known color: Jade. HEX triplet: 0D, AB and 6B. RGB value is (13,171,107). Sum of RGB (Red+Green+Blue) = 13+171+107=291 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.47% from 291); Green value is 171 (67.19% from 255 or 58.76% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAB6B is #F25494. Grayscale: #747474. Windows color (decimal): -15881365 or 7056141. OLE color: 7056141.

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

Color convert

RGB 13 171 107 -
CMYK 0.92 0 0.37 0.33
HSL 155.7º 0.86% 0.36% -
HSV(B) 155.7º 0.92% 0.67% -
XYZ 17.38 30.27 18.84 -
YUV 116.46 122.65 54.2 -
System Red Green Blue C M Y K H S L
Decimal 13 171 107 0.92 0 0.37 0.33 155.7 0.86 0.36
Hex D AB 6B 5C 0 25 21 9C 56 24
Octal 15 253 153 134 0 45 41 234 126 44
Binary 1101 10101011 1101011 1011100 0 100101 100001 10011100 1010110 100100

Color Harmonies of #0DAB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAB6B

Black with #0DAB6B

Text Example


Text Example

White with #0DAB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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