Html Css Color HEX #01C07C Jade

📋 copy color: '#01C07C'

red 1 ◦ green 192 ◦ blue 124

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

Shades of Jade #01C07C

Tints of Jade #01C07C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.57%

 BLUE value IS 124 (48.83% from 255) = 39.12%

R = 0.32%
G = 60.57%
B = 39.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#01C07C (or 0x01C07C) is known color: Jade. HEX triplet: 01, C0 and 7C. RGB value is (1,192,124). Sum of RGB (Red+Green+Blue) = 1+192+124=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #01C07C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C07C is #FE3F83. Grayscale: #7F7F7F. Windows color (decimal): -16662404 or 8175617. OLE color: 8175617.

HSL color Cylindrical-coordinate representation of color #01C07C: hue angle of 158.64º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C07C is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 192 124 -
CMYK 0.99 0 0.35 0.25
HSL 158.64º 0.99% 0.38% -
HSV(B) 158.64º 0.99% 0.75% -
XYZ 22.5 39.16 25.44 -
YUV 127.14 126.22 38.03 -
System Red Green Blue C M Y K H S L
Decimal 1 192 124 0.99 0 0.35 0.25 158.64 0.99 0.38
Hex 1 C0 7C 63 0 23 19 9F 63 26
Octal 1 300 174 143 0 43 31 237 143 46
Binary 1 11000000 1111100 1100011 0 100011 11001 10011111 1100011 100110

Color Harmonies of #01C07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C07C

Black with #01C07C

Text Example


Text Example

White with #01C07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,192,124); }

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

background-color css

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

 a { background-color: rgb(1,192,124); }

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

border-color css

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

 span { border-color: rgb(1,192,124); }

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