Html Css Color HEX #0DC26A Jade

📋 copy color: '#0DC26A'

red 13 ◦ green 194 ◦ blue 106

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

Shades of Jade #0DC26A

Tints of Jade #0DC26A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.87%

R = 4.15%
G = 61.98%
B = 33.87%

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

#0DC26A (or 0x0DC26A) is known color: Jade. HEX triplet: 0D, C2 and 6A. RGB value is (13,194,106). Sum of RGB (Red+Green+Blue) = 13+194+106=313 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.15% from 313); Green value is 194 (76.17% from 255 or 61.98% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 194 - color contains mainly: green. Hex color #0DC26A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC26A is #F23D95. Grayscale: #828282. Windows color (decimal): -15875478 or 6996493. OLE color: 6996493.

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

Color convert

RGB 13 194 106 -
CMYK 0.93 0 0.45 0.24
HSL 150.83º 0.87% 0.41% -
HSV(B) 150.83º 0.93% 0.76% -
XYZ 22.06 39.71 20.14 -
YUV 129.85 114.53 44.66 -
System Red Green Blue C M Y K H S L
Decimal 13 194 106 0.93 0 0.45 0.24 150.83 0.87 0.41
Hex D C2 6A 5D 0 2D 18 97 57 29
Octal 15 302 152 135 0 55 30 227 127 51
Binary 1101 11000010 1101010 1011101 0 101101 11000 10010111 1010111 101001

Color Harmonies of #0DC26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC26A

Black with #0DC26A

Text Example


Text Example

White with #0DC26A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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