Html Css Color HEX #01C36C Jade

📋 copy color: '#01C36C'

red 1 ◦ green 195 ◦ blue 108

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

Shades of Jade #01C36C

Tints of Jade #01C36C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.53%

R = 0.33%
G = 64.14%
B = 35.53%

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

#01C36C (or 0x01C36C) is known color: Jade. HEX triplet: 01, C3 and 6C. RGB value is (1,195,108). Sum of RGB (Red+Green+Blue) = 1+195+108=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 195 (76.56% from 255 or 64.14% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 195 - color contains mainly: green. Hex color #01C36C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C36C is #FE3C93. Grayscale: #7F7F7F. Windows color (decimal): -16661652 or 7127809. OLE color: 7127809.

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

Color convert

RGB 1 195 108 -
CMYK 0.99 0 0.45 0.24
HSL 153.09º 0.99% 0.38% -
HSV(B) 153.09º 0.99% 0.76% -
XYZ 22.23 40.12 20.76 -
YUV 127.08 117.23 38.07 -
System Red Green Blue C M Y K H S L
Decimal 1 195 108 0.99 0 0.45 0.24 153.09 0.99 0.38
Hex 1 C3 6C 63 0 2D 18 99 63 26
Octal 1 303 154 143 0 55 30 231 143 46
Binary 1 11000011 1101100 1100011 0 101101 11000 10011001 1100011 100110

Color Harmonies of #01C36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C36C

Black with #01C36C

Text Example


Text Example

White with #01C36C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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