Html Css Color HEX #0DAB61 Jade

📋 copy color: '#0DAB61'

red 13 ◦ green 171 ◦ blue 97

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

Shades of Jade #0DAB61

Tints of Jade #0DAB61

RGB

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

 GREEN value IS 171 (67.19% from 255) = 60.85%

 BLUE value IS 97 (38.28% from 255) = 34.52%

R = 4.63%
G = 60.85%
B = 34.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#0DAB61 (or 0x0DAB61) is known color: Jade. HEX triplet: 0D, AB and 61. RGB value is (13,171,97). Sum of RGB (Red+Green+Blue) = 13+171+97=281 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.63% from 281); Green value is 171 (67.19% from 255 or 60.85% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAB61 is #F2549E. Grayscale: #737373. Windows color (decimal): -15881375 or 6400781. OLE color: 6400781.

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

Color convert

RGB 13 171 97 -
CMYK 0.92 0 0.43 0.33
HSL 151.9º 0.86% 0.36% -
HSV(B) 151.9º 0.92% 0.67% -
XYZ 16.89 30.07 16.22 -
YUV 115.32 117.65 55.02 -
System Red Green Blue C M Y K H S L
Decimal 13 171 97 0.92 0 0.43 0.33 151.9 0.86 0.36
Hex D AB 61 5C 0 2B 21 98 56 24
Octal 15 253 141 134 0 53 41 230 126 44
Binary 1101 10101011 1100001 1011100 0 101011 100001 10011000 1010110 100100

Color Harmonies of #0DAB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAB61

Black with #0DAB61

Text Example


Text Example

White with #0DAB61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,171,97); }

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

background-color css

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

 a { background-color: rgb(13,171,97); }

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

border-color css

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

 span { border-color: rgb(13,171,97); }

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