Html Css Color HEX #0DB262 Jade

📋 copy color: '#0DB262'

red 13 ◦ green 178 ◦ blue 98

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

Shades of Jade #0DB262

Tints of Jade #0DB262

RGB

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

 GREEN value IS 178 (69.92% from 255) = 61.59%

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

R = 4.5%
G = 61.59%
B = 33.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#0DB262 (or 0x0DB262) is known color: Jade. HEX triplet: 0D, B2 and 62. RGB value is (13,178,98). Sum of RGB (Red+Green+Blue) = 13+178+98=289 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.50% from 289); Green value is 178 (69.92% from 255 or 61.59% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB262 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DB262 is #F24D9D. Grayscale: #777777. Windows color (decimal): -15879582 or 6468109. OLE color: 6468109.

HSL color Cylindrical-coordinate representation of color #0DB262: hue angle of 150.91º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB262 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 13 178 98 -
CMYK 0.93 0 0.45 0.30
HSL 150.91º 0.86% 0.37% -
HSV(B) 150.91º 0.93% 0.7% -
XYZ 18.29 32.81 16.92 -
YUV 119.55 115.84 52 -
System Red Green Blue C M Y K H S L
Decimal 13 178 98 0.93 0 0.45 0.30 150.91 0.86 0.37
Hex D B2 62 5D 0 2D 1E 97 56 25
Octal 15 262 142 135 0 55 36 227 126 45
Binary 1101 10110010 1100010 1011101 0 101101 11110 10010111 1010110 100101

Color Harmonies of #0DB262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB262

Black with #0DB262

Text Example


Text Example

White with #0DB262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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