Html Css Color HEX #01C26F Jade

📋 copy color: '#01C26F'

red 1 ◦ green 194 ◦ blue 111

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

Shades of Jade #01C26F

Tints of Jade #01C26F

RGB

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

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

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

R = 0.33%
G = 63.4%
B = 36.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#01C26F (or 0x01C26F) is known color: Jade. HEX triplet: 01, C2 and 6F. RGB value is (1,194,111). Sum of RGB (Red+Green+Blue) = 1+194+111=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 194 (76.17% from 255 or 63.40% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 194 - color contains mainly: green. Hex color #01C26F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C26F is #FE3D90. Grayscale: #7E7E7E. Windows color (decimal): -16661905 or 7324161. OLE color: 7324161.

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

Color convert

RGB 1 194 111 -
CMYK 0.99 0 0.43 0.24
HSL 154.2º 0.99% 0.38% -
HSV(B) 154.2º 0.99% 0.76% -
XYZ 22.17 39.74 21.54 -
YUV 126.83 119.06 38.25 -
System Red Green Blue C M Y K H S L
Decimal 1 194 111 0.99 0 0.43 0.24 154.2 0.99 0.38
Hex 1 C2 6F 63 0 2B 18 9A 63 26
Octal 1 302 157 143 0 53 30 232 143 46
Binary 1 11000010 1101111 1100011 0 101011 11000 10011010 1100011 100110

Color Harmonies of #01C26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C26F

Black with #01C26F

Text Example


Text Example

White with #01C26F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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