Html Css Color HEX #01C26B Jade

📋 copy color: '#01C26B'

red 1 ◦ green 194 ◦ blue 107

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

Shades of Jade #01C26B

Tints of Jade #01C26B

RGB

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

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

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

R = 0.33%
G = 64.24%
B = 35.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#01C26B (or 0x01C26B) is known color: Jade. HEX triplet: 01, C2 and 6B. RGB value is (1,194,107). Sum of RGB (Red+Green+Blue) = 1+194+107=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 194 (76.17% from 255 or 64.24% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 194 - color contains mainly: green. Hex color #01C26B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C26B is #FE3D94. Grayscale: #7E7E7E. Windows color (decimal): -16661909 or 7062017. OLE color: 7062017.

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

Color convert

RGB 1 194 107 -
CMYK 0.99 0 0.45 0.24
HSL 152.95º 0.99% 0.38% -
HSV(B) 152.95º 0.99% 0.76% -
XYZ 21.96 39.65 20.41 -
YUV 126.38 117.06 38.57 -
System Red Green Blue C M Y K H S L
Decimal 1 194 107 0.99 0 0.45 0.24 152.95 0.99 0.38
Hex 1 C2 6B 63 0 2D 18 99 63 26
Octal 1 302 153 143 0 55 30 231 143 46
Binary 1 11000010 1101011 1100011 0 101101 11000 10011001 1100011 100110

Color Harmonies of #01C26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C26B

Black with #01C26B

Text Example


Text Example

White with #01C26B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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