Html Css Color HEX #0DA962 Jade

📋 copy color: '#0DA962'

red 13 ◦ green 169 ◦ blue 98

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

Shades of Jade #0DA962

Tints of Jade #0DA962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35%

R = 4.64%
G = 60.36%
B = 35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#0DA962 (or 0x0DA962) is known color: Jade. HEX triplet: 0D, A9 and 62. RGB value is (13,169,98). Sum of RGB (Red+Green+Blue) = 13+169+98=280 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.64% from 280); Green value is 169 (66.41% from 255 or 60.36% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA962 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA962 is #F2569D. Grayscale: #727272. Windows color (decimal): -15881886 or 6465805. OLE color: 6465805.

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

Color convert

RGB 13 169 98 -
CMYK 0.92 0 0.42 0.34
HSL 152.69º 0.86% 0.36% -
HSV(B) 152.69º 0.92% 0.66% -
XYZ 16.56 29.34 16.35 -
YUV 114.26 118.82 55.77 -
System Red Green Blue C M Y K H S L
Decimal 13 169 98 0.92 0 0.42 0.34 152.69 0.86 0.36
Hex D A9 62 5C 0 2A 22 99 56 24
Octal 15 251 142 134 0 52 42 231 126 44
Binary 1101 10101001 1100010 1011100 0 101010 100010 10011001 1010110 100100

Color Harmonies of #0DA962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA962

Black with #0DA962

Text Example


Text Example

White with #0DA962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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