Html Css Color HEX #0DB664 Jade

📋 copy color: '#0DB664'

red 13 ◦ green 182 ◦ blue 100

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

Shades of Jade #0DB664

Tints of Jade #0DB664

RGB

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

 GREEN value IS 182 (71.48% from 255) = 61.69%

 BLUE value IS 100 (39.45% from 255) = 33.9%

R = 4.41%
G = 61.69%
B = 33.9%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#0DB664 (or 0x0DB664) is known color: Jade. HEX triplet: 0D, B6 and 64. RGB value is (13,182,100). Sum of RGB (Red+Green+Blue) = 13+182+100=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 182 (71.48% from 255 or 61.69% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB664 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB664 is #F2499B. Grayscale: #7A7A7A. Windows color (decimal): -15878556 or 6600205. OLE color: 6600205.

HSL color Cylindrical-coordinate representation of color #0DB664: hue angle of 150.89º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB664 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 13 182 100 -
CMYK 0.93 0 0.45 0.29
HSL 150.89º 0.87% 0.38% -
HSV(B) 150.89º 0.93% 0.71% -
XYZ 19.19 34.46 17.7 -
YUV 122.12 115.51 50.17 -
System Red Green Blue C M Y K H S L
Decimal 13 182 100 0.93 0 0.45 0.29 150.89 0.87 0.38
Hex D B6 64 5D 0 2D 1D 97 57 26
Octal 15 266 144 135 0 55 35 227 127 46
Binary 1101 10110110 1100100 1011101 0 101101 11101 10010111 1010111 100110

Color Harmonies of #0DB664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB664

Black with #0DB664

Text Example


Text Example

White with #0DB664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,182,100); }

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

background-color css

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

 a { background-color: rgb(13,182,100); }

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

border-color css

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

 span { border-color: rgb(13,182,100); }

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