Html Css Color HEX #01C26D Jade

📋 copy color: '#01C26D'

red 1 ◦ green 194 ◦ blue 109

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

Shades of Jade #01C26D

Tints of Jade #01C26D

RGB

 RED value IS 1 (0.78% from 255) = 0.33%

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

 BLUE value IS 109 (42.97% from 255) = 35.86%

R = 0.33%
G = 63.82%
B = 35.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#01C26D (or 0x01C26D) is known color: Jade. HEX triplet: 01, C2 and 6D. RGB value is (1,194,109). Sum of RGB (Red+Green+Blue) = 1+194+109=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 194 (76.17% from 255 or 63.82% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 194 - color contains mainly: green. Hex color #01C26D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C26D is #FE3D92. Grayscale: #7E7E7E. Windows color (decimal): -16661907 or 7193089. OLE color: 7193089.

HSL color Cylindrical-coordinate representation of color #01C26D: hue angle of 153.58º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C26D is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 194 109 -
CMYK 0.99 0 0.44 0.24
HSL 153.58º 0.99% 0.38% -
HSV(B) 153.58º 0.99% 0.76% -
XYZ 22.06 39.69 20.97 -
YUV 126.6 118.06 38.41 -
System Red Green Blue C M Y K H S L
Decimal 1 194 109 0.99 0 0.44 0.24 153.58 0.99 0.38
Hex 1 C2 6D 63 0 2C 18 9A 63 26
Octal 1 302 155 143 0 54 30 232 143 46
Binary 1 11000010 1101101 1100011 0 101100 11000 10011010 1100011 100110

Color Harmonies of #01C26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C26D

Black with #01C26D

Text Example


Text Example

White with #01C26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01C26D; }

 p { color: rgb(1,194,109); }

 H1.HeaderClassName
 {
   color: #01C26D;
 }
 .AnyTagClassName
 {
   color: #01C26D;
 }
</style>

background-color css

<style>
 a { background-color: #01C26D; }

 a { background-color: rgb(1,194,109); }

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

border-color css

<style>
 span { border-color: #01C26D; }

 span { border-color: rgb(1,194,109); }

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