Html Css Color HEX #0DBE6C Jade

📋 copy color: '#0DBE6C'

red 13 ◦ green 190 ◦ blue 108

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

Shades of Jade #0DBE6C

Tints of Jade #0DBE6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.73%

R = 4.18%
G = 61.09%
B = 34.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#0DBE6C (or 0x0DBE6C) is known color: Jade. HEX triplet: 0D, BE and 6C. RGB value is (13,190,108). Sum of RGB (Red+Green+Blue) = 13+190+108=311 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.18% from 311); Green value is 190 (74.61% from 255 or 61.09% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBE6C is #F24193. Grayscale: #7F7F7F. Windows color (decimal): -15876500 or 7126541. OLE color: 7126541.

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

Color convert

RGB 13 190 108 -
CMYK 0.93 0 0.43 0.25
HSL 152.2º 0.87% 0.4% -
HSV(B) 152.2º 0.93% 0.75% -
XYZ 21.29 38 20.4 -
YUV 127.73 116.86 46.17 -
System Red Green Blue C M Y K H S L
Decimal 13 190 108 0.93 0 0.43 0.25 152.2 0.87 0.4
Hex D BE 6C 5D 0 2B 19 98 57 28
Octal 15 276 154 135 0 53 31 230 127 50
Binary 1101 10111110 1101100 1011101 0 101011 11001 10011000 1010111 101000

Color Harmonies of #0DBE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DBE6C

Black with #0DBE6C

Text Example


Text Example

White with #0DBE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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