Html Css Color HEX #01C073 Jade

📋 copy color: '#01C073'

red 1 ◦ green 192 ◦ blue 115

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

Shades of Jade #01C073

Tints of Jade #01C073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.34%

R = 0.32%
G = 62.34%
B = 37.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#01C073 (or 0x01C073) is known color: Jade. HEX triplet: 01, C0 and 73. RGB value is (1,192,115). Sum of RGB (Red+Green+Blue) = 1+192+115=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #01C073 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C073 is #FE3F8C. Grayscale: #7E7E7E. Windows color (decimal): -16662413 or 7585793. OLE color: 7585793.

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

Color convert

RGB 1 192 115 -
CMYK 0.99 0 0.40 0.25
HSL 155.81º 0.99% 0.38% -
HSV(B) 155.81º 0.99% 0.75% -
XYZ 21.96 38.94 22.58 -
YUV 126.11 121.72 38.76 -
System Red Green Blue C M Y K H S L
Decimal 1 192 115 0.99 0 0.40 0.25 155.81 0.99 0.38
Hex 1 C0 73 63 0 28 19 9C 63 26
Octal 1 300 163 143 0 50 31 234 143 46
Binary 1 11000000 1110011 1100011 0 101000 11001 10011100 1100011 100110

Color Harmonies of #01C073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C073

Black with #01C073

Text Example


Text Example

White with #01C073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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