Html Css Color HEX #0DC26B Jade

📋 copy color: '#0DC26B'

red 13 ◦ green 194 ◦ blue 107

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

Shades of Jade #0DC26B

Tints of Jade #0DC26B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 61.78%

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

R = 4.14%
G = 61.78%
B = 34.08%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#0DC26B (or 0x0DC26B) is known color: Jade. HEX triplet: 0D, C2 and 6B. RGB value is (13,194,107). Sum of RGB (Red+Green+Blue) = 13+194+107=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 194 (76.17% from 255 or 61.78% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 194 - color contains mainly: green. Hex color #0DC26B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC26B is #F23D94. Grayscale: #828282. Windows color (decimal): -15875477 or 7062029. OLE color: 7062029.

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

Color convert

RGB 13 194 107 -
CMYK 0.93 0 0.45 0.24
HSL 151.16º 0.87% 0.41% -
HSV(B) 151.16º 0.93% 0.76% -
XYZ 22.11 39.73 20.41 -
YUV 129.96 115.03 44.57 -
System Red Green Blue C M Y K H S L
Decimal 13 194 107 0.93 0 0.45 0.24 151.16 0.87 0.41
Hex D C2 6B 5D 0 2D 18 97 57 29
Octal 15 302 153 135 0 55 30 227 127 51
Binary 1101 11000010 1101011 1011101 0 101101 11000 10010111 1010111 101001

Color Harmonies of #0DC26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC26B

Black with #0DC26B

Text Example


Text Example

White with #0DC26B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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