Html Css Color HEX #01C36E Jade

📋 copy color: '#01C36E'

red 1 ◦ green 195 ◦ blue 110

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

Shades of Jade #01C36E

Tints of Jade #01C36E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 63.73%

 BLUE value IS 110 (43.36% from 255) = 35.95%

R = 0.33%
G = 63.73%
B = 35.95%

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

#01C36E (or 0x01C36E) is known color: Jade. HEX triplet: 01, C3 and 6E. RGB value is (1,195,110). Sum of RGB (Red+Green+Blue) = 1+195+110=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 195 (76.56% from 255 or 63.73% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 195 - color contains mainly: green. Hex color #01C36E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C36E is #FE3C91. Grayscale: #7F7F7F. Windows color (decimal): -16661650 or 7258881. OLE color: 7258881.

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

Color convert

RGB 1 195 110 -
CMYK 0.99 0 0.44 0.24
HSL 153.71º 0.99% 0.38% -
HSV(B) 153.71º 0.99% 0.76% -
XYZ 22.34 40.16 21.33 -
YUV 127.3 118.23 37.91 -
System Red Green Blue C M Y K H S L
Decimal 1 195 110 0.99 0 0.44 0.24 153.71 0.99 0.38
Hex 1 C3 6E 63 0 2C 18 9A 63 26
Octal 1 303 156 143 0 54 30 232 143 46
Binary 1 11000011 1101110 1100011 0 101100 11000 10011010 1100011 100110

Color Harmonies of #01C36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C36E

Black with #01C36E

Text Example


Text Example

White with #01C36E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,195,110); }

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

background-color css

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

 a { background-color: rgb(1,195,110); }

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

border-color css

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

 span { border-color: rgb(1,195,110); }

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