Html Css Color HEX #0DA975 Jade

📋 copy color: '#0DA975'

red 13 ◦ green 169 ◦ blue 117

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

Shades of Jade #0DA975

Tints of Jade #0DA975

RGB

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

 GREEN value IS 169 (66.41% from 255) = 56.52%

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

R = 4.35%
G = 56.52%
B = 39.13%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#0DA975 (or 0x0DA975) is known color: Jade. HEX triplet: 0D, A9 and 75. RGB value is (13,169,117). Sum of RGB (Red+Green+Blue) = 13+169+117=299 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.35% from 299); Green value is 169 (66.41% from 255 or 56.52% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA975 is #F2568A. Grayscale: #747474. Windows color (decimal): -15881867 or 7710989. OLE color: 7710989.

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

Color convert

RGB 13 169 117 -
CMYK 0.92 0 0.31 0.34
HSL 160º 0.86% 0.36% -
HSV(B) 160º 0.92% 0.66% -
XYZ 17.56 29.75 21.65 -
YUV 116.43 128.32 54.23 -
System Red Green Blue C M Y K H S L
Decimal 13 169 117 0.92 0 0.31 0.34 160 0.86 0.36
Hex D A9 75 5C 0 1F 22 A0 56 24
Octal 15 251 165 134 0 37 42 240 126 44
Binary 1101 10101001 1110101 1011100 0 11111 100010 10100000 1010110 100100

Color Harmonies of #0DA975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA975

Black with #0DA975

Text Example


Text Example

White with #0DA975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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