Html Css Color HEX #01C36A Jade

📋 copy color: '#01C36A'

red 1 ◦ green 195 ◦ blue 106

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

Shades of Jade #01C36A

Tints of Jade #01C36A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.1%

R = 0.33%
G = 64.57%
B = 35.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#01C36A (or 0x01C36A) is known color: Jade. HEX triplet: 01, C3 and 6A. RGB value is (1,195,106). Sum of RGB (Red+Green+Blue) = 1+195+106=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 195 (76.56% from 255 or 64.57% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 195 - color contains mainly: green. Hex color #01C36A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C36A is #FE3C95. Grayscale: #7F7F7F. Windows color (decimal): -16661654 or 6996737. OLE color: 6996737.

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

Color convert

RGB 1 195 106 -
CMYK 0.99 0 0.46 0.24
HSL 152.47º 0.99% 0.38% -
HSV(B) 152.47º 0.99% 0.76% -
XYZ 22.13 40.08 20.21 -
YUV 126.85 116.23 38.24 -
System Red Green Blue C M Y K H S L
Decimal 1 195 106 0.99 0 0.46 0.24 152.47 0.99 0.38
Hex 1 C3 6A 63 0 2E 18 98 63 26
Octal 1 303 152 143 0 56 30 230 143 46
Binary 1 11000011 1101010 1100011 0 101110 11000 10011000 1100011 100110

Color Harmonies of #01C36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C36A

Black with #01C36A

Text Example


Text Example

White with #01C36A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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