Html Css Color HEX #0DC26F Jade

📋 copy color: '#0DC26F'

red 13 ◦ green 194 ◦ blue 111

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

Shades of Jade #0DC26F

Tints of Jade #0DC26F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.91%

R = 4.09%
G = 61.01%
B = 34.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#0DC26F (or 0x0DC26F) is known color: Jade. HEX triplet: 0D, C2 and 6F. RGB value is (13,194,111). Sum of RGB (Red+Green+Blue) = 13+194+111=318 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.09% from 318); Green value is 194 (76.17% from 255 or 61.01% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 194 - color contains mainly: green. Hex color #0DC26F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC26F is #F23D90. Grayscale: #828282. Windows color (decimal): -15875473 or 7324173. OLE color: 7324173.

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

Color convert

RGB 13 194 111 -
CMYK 0.93 0 0.43 0.24
HSL 152.49º 0.87% 0.41% -
HSV(B) 152.49º 0.93% 0.76% -
XYZ 22.33 39.82 21.55 -
YUV 130.42 117.03 44.25 -
System Red Green Blue C M Y K H S L
Decimal 13 194 111 0.93 0 0.43 0.24 152.49 0.87 0.41
Hex D C2 6F 5D 0 2B 18 98 57 29
Octal 15 302 157 135 0 53 30 230 127 51
Binary 1101 11000010 1101111 1011101 0 101011 11000 10011000 1010111 101001

Color Harmonies of #0DC26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC26F

Black with #0DC26F

Text Example


Text Example

White with #0DC26F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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