Html Css Color HEX #0DA470 Jade

📋 copy color: '#0DA470'

red 13 ◦ green 164 ◦ blue 112

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

Shades of Jade #0DA470

Tints of Jade #0DA470

RGB

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

 GREEN value IS 164 (64.45% from 255) = 56.75%

 BLUE value IS 112 (44.14% from 255) = 38.75%

R = 4.5%
G = 56.75%
B = 38.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#0DA470 (or 0x0DA470) is known color: Jade. HEX triplet: 0D, A4 and 70. RGB value is (13,164,112). Sum of RGB (Red+Green+Blue) = 13+164+112=289 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.50% from 289); Green value is 164 (64.45% from 255 or 56.75% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 164 - color contains mainly: green. Hex color #0DA470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA470 is #F25B8F. Grayscale: #707070. Windows color (decimal): -15883152 or 7382029. OLE color: 7382029.

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

Color convert

RGB 13 164 112 -
CMYK 0.92 0 0.32 0.36
HSL 159.34º 0.85% 0.35% -
HSV(B) 159.34º 0.92% 0.64% -
XYZ 16.37 27.81 19.83 -
YUV 112.92 127.47 56.73 -
System Red Green Blue C M Y K H S L
Decimal 13 164 112 0.92 0 0.32 0.36 159.34 0.85 0.35
Hex D A4 70 5C 0 20 24 9F 55 23
Octal 15 244 160 134 0 40 44 237 125 43
Binary 1101 10100100 1110000 1011100 0 100000 100100 10011111 1010101 100011

Color Harmonies of #0DA470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA470

Black with #0DA470

Text Example


Text Example

White with #0DA470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,164,112); }

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

background-color css

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

 a { background-color: rgb(13,164,112); }

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

border-color css

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

 span { border-color: rgb(13,164,112); }

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