Html Css Color HEX #0DB864 Jade

📋 copy color: '#0DB864'

red 13 ◦ green 184 ◦ blue 100

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

Shades of Jade #0DB864

Tints of Jade #0DB864

RGB

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

 GREEN value IS 184 (72.27% from 255) = 61.95%

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

R = 4.38%
G = 61.95%
B = 33.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#0DB864 (or 0x0DB864) is known color: Jade. HEX triplet: 0D, B8 and 64. RGB value is (13,184,100). Sum of RGB (Red+Green+Blue) = 13+184+100=297 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.38% from 297); Green value is 184 (72.27% from 255 or 61.95% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB864 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB864 is #F2479B. Grayscale: #7B7B7B. Windows color (decimal): -15878044 or 6600717. OLE color: 6600717.

HSL color Cylindrical-coordinate representation of color #0DB864: hue angle of 150.53º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB864 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB 13 184 100 -
CMYK 0.93 0 0.46 0.28
HSL 150.53º 0.87% 0.39% -
HSV(B) 150.53º 0.93% 0.72% -
XYZ 19.61 35.29 17.83 -
YUV 123.3 114.85 49.33 -
System Red Green Blue C M Y K H S L
Decimal 13 184 100 0.93 0 0.46 0.28 150.53 0.87 0.39
Hex D B8 64 5D 0 2E 1C 97 57 27
Octal 15 270 144 135 0 56 34 227 127 47
Binary 1101 10111000 1100100 1011101 0 101110 11100 10010111 1010111 100111

Color Harmonies of #0DB864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB864

Black with #0DB864

Text Example


Text Example

White with #0DB864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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