Html Css Color HEX #0DBE6B Jade

📋 copy color: '#0DBE6B'

red 13 ◦ green 190 ◦ blue 107

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

Shades of Jade #0DBE6B

Tints of Jade #0DBE6B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 61.29%

 BLUE value IS 107 (42.19% from 255) = 34.52%

R = 4.19%
G = 61.29%
B = 34.52%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#0DBE6B (or 0x0DBE6B) is known color: Jade. HEX triplet: 0D, BE and 6B. RGB value is (13,190,107). Sum of RGB (Red+Green+Blue) = 13+190+107=310 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.19% from 310); Green value is 190 (74.61% from 255 or 61.29% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBE6B is #F24194. Grayscale: #7F7F7F. Windows color (decimal): -15876501 or 7061005. OLE color: 7061005.

HSL color Cylindrical-coordinate representation of color #0DBE6B: hue angle of 151.86º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBE6B is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 190 107 -
CMYK 0.93 0 0.44 0.25
HSL 151.86º 0.87% 0.4% -
HSV(B) 151.86º 0.93% 0.75% -
XYZ 21.23 37.97 20.12 -
YUV 127.62 116.36 46.25 -
System Red Green Blue C M Y K H S L
Decimal 13 190 107 0.93 0 0.44 0.25 151.86 0.87 0.4
Hex D BE 6B 5D 0 2C 19 98 57 28
Octal 15 276 153 135 0 54 31 230 127 50
Binary 1101 10111110 1101011 1011101 0 101100 11001 10011000 1010111 101000

Color Harmonies of #0DBE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBE6B

Black with #0DBE6B

Text Example


Text Example

White with #0DBE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,190,107); }

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

background-color css

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

 a { background-color: rgb(13,190,107); }

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

border-color css

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

 span { border-color: rgb(13,190,107); }

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