Html Css Color HEX #0DAC75 Jade

📋 copy color: '#0DAC75'

red 13 ◦ green 172 ◦ blue 117

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

Shades of Jade #0DAC75

Tints of Jade #0DAC75

RGB

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

 GREEN value IS 172 (67.58% from 255) = 56.95%

 BLUE value IS 117 (46.09% from 255) = 38.74%

R = 4.3%
G = 56.95%
B = 38.74%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#0DAC75 (or 0x0DAC75) is known color: Jade. HEX triplet: 0D, AC and 75. RGB value is (13,172,117). Sum of RGB (Red+Green+Blue) = 13+172+117=302 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.30% from 302); Green value is 172 (67.58% from 255 or 56.95% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAC75 is #F2538A. Grayscale: #767676. Windows color (decimal): -15881099 or 7711757. OLE color: 7711757.

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

Color convert

RGB 13 172 117 -
CMYK 0.92 0 0.32 0.33
HSL 159.25º 0.86% 0.36% -
HSV(B) 159.25º 0.92% 0.67% -
XYZ 18.13 30.87 21.83 -
YUV 118.19 127.32 52.97 -
System Red Green Blue C M Y K H S L
Decimal 13 172 117 0.92 0 0.32 0.33 159.25 0.86 0.36
Hex D AC 75 5C 0 20 21 9F 56 24
Octal 15 254 165 134 0 40 41 237 126 44
Binary 1101 10101100 1110101 1011100 0 100000 100001 10011111 1010110 100100

Color Harmonies of #0DAC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAC75

Black with #0DAC75

Text Example


Text Example

White with #0DAC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,172,117); }

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

background-color css

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

 a { background-color: rgb(13,172,117); }

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

border-color css

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

 span { border-color: rgb(13,172,117); }

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