Html Css Color HEX #0DAD66 Jade

📋 copy color: '#0DAD66'

red 13 ◦ green 173 ◦ blue 102

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

Shades of Jade #0DAD66

Tints of Jade #0DAD66

RGB

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

 GREEN value IS 173 (67.97% from 255) = 60.07%

 BLUE value IS 102 (40.23% from 255) = 35.42%

R = 4.51%
G = 60.07%
B = 35.42%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#0DAD66 (or 0x0DAD66) is known color: Jade. HEX triplet: 0D, AD and 66. RGB value is (13,173,102). Sum of RGB (Red+Green+Blue) = 13+173+102=288 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.51% from 288); Green value is 173 (67.97% from 255 or 60.07% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAD66 is #F25299. Grayscale: #757575. Windows color (decimal): -15880858 or 6728973. OLE color: 6728973.

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

Color convert

RGB 13 173 102 -
CMYK 0.92 0 0.41 0.32
HSL 153.38º 0.86% 0.36% -
HSV(B) 153.38º 0.92% 0.68% -
XYZ 17.51 30.93 17.62 -
YUV 117.07 119.49 53.77 -
System Red Green Blue C M Y K H S L
Decimal 13 173 102 0.92 0 0.41 0.32 153.38 0.86 0.36
Hex D AD 66 5C 0 29 20 99 56 24
Octal 15 255 146 134 0 51 40 231 126 44
Binary 1101 10101101 1100110 1011100 0 101001 100000 10011001 1010110 100100

Color Harmonies of #0DAD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAD66

Black with #0DAD66

Text Example


Text Example

White with #0DAD66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,173,102); }

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

background-color css

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

 a { background-color: rgb(13,173,102); }

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

border-color css

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

 span { border-color: rgb(13,173,102); }

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