Html Css Color HEX #01C36B Jade

📋 copy color: '#01C36B'

red 1 ◦ green 195 ◦ blue 107

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

Shades of Jade #01C36B

Tints of Jade #01C36B

RGB

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

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

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

R = 0.33%
G = 64.36%
B = 35.31%

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

#01C36B (or 0x01C36B) is known color: Jade. HEX triplet: 01, C3 and 6B. RGB value is (1,195,107). Sum of RGB (Red+Green+Blue) = 1+195+107=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 195 (76.56% from 255 or 64.36% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 195 - color contains mainly: green. Hex color #01C36B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C36B is #FE3C94. Grayscale: #7F7F7F. Windows color (decimal): -16661653 or 7062273. OLE color: 7062273.

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

Color convert

RGB 1 195 107 -
CMYK 0.99 0 0.45 0.24
HSL 152.78º 0.99% 0.38% -
HSV(B) 152.78º 0.99% 0.76% -
XYZ 22.18 40.1 20.48 -
YUV 126.96 116.73 38.16 -
System Red Green Blue C M Y K H S L
Decimal 1 195 107 0.99 0 0.45 0.24 152.78 0.99 0.38
Hex 1 C3 6B 63 0 2D 18 99 63 26
Octal 1 303 153 143 0 55 30 231 143 46
Binary 1 11000011 1101011 1100011 0 101101 11000 10011001 1100011 100110

Color Harmonies of #01C36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C36B

Black with #01C36B

Text Example


Text Example

White with #01C36B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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