Html Css Color HEX #0DA46E Jade

📋 copy color: '#0DA46E'

red 13 ◦ green 164 ◦ blue 110

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

Shades of Jade #0DA46E

Tints of Jade #0DA46E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.33%

R = 4.53%
G = 57.14%
B = 38.33%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#0DA46E (or 0x0DA46E) is known color: Jade. HEX triplet: 0D, A4 and 6E. RGB value is (13,164,110). Sum of RGB (Red+Green+Blue) = 13+164+110=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 164 (64.45% from 255 or 57.14% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 164 - color contains mainly: green. Hex color #0DA46E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA46E is #F25B91. Grayscale: #707070. Windows color (decimal): -15883154 or 7250957. OLE color: 7250957.

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

Color convert

RGB 13 164 110 -
CMYK 0.92 0 0.33 0.36
HSL 158.54º 0.85% 0.35% -
HSV(B) 158.54º 0.92% 0.64% -
XYZ 16.26 27.76 19.25 -
YUV 112.7 126.47 56.89 -
System Red Green Blue C M Y K H S L
Decimal 13 164 110 0.92 0 0.33 0.36 158.54 0.85 0.35
Hex D A4 6E 5C 0 21 24 9F 55 23
Octal 15 244 156 134 0 41 44 237 125 43
Binary 1101 10100100 1101110 1011100 0 100001 100100 10011111 1010101 100011

Color Harmonies of #0DA46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA46E

Black with #0DA46E

Text Example


Text Example

White with #0DA46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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