Html Css Color HEX #01C172 Jade

📋 copy color: '#01C172'

red 1 ◦ green 193 ◦ blue 114

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

Shades of Jade #01C172

Tints of Jade #01C172

RGB

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

 GREEN value IS 193 (75.78% from 255) = 62.66%

 BLUE value IS 114 (44.92% from 255) = 37.01%

R = 0.32%
G = 62.66%
B = 37.01%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#01C172 (or 0x01C172) is known color: Jade. HEX triplet: 01, C1 and 72. RGB value is (1,193,114). Sum of RGB (Red+Green+Blue) = 1+193+114=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 193 (75.78% from 255 or 62.66% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 193 - color contains mainly: green. Hex color #01C172 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C172 is #FE3E8D. Grayscale: #7E7E7E. Windows color (decimal): -16662158 or 7520513. OLE color: 7520513.

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

Color convert

RGB 1 193 114 -
CMYK 0.99 0 0.41 0.24
HSL 155.31º 0.99% 0.38% -
HSV(B) 155.31º 0.99% 0.76% -
XYZ 22.12 39.36 22.35 -
YUV 126.59 120.89 38.42 -
System Red Green Blue C M Y K H S L
Decimal 1 193 114 0.99 0 0.41 0.24 155.31 0.99 0.38
Hex 1 C1 72 63 0 29 18 9B 63 26
Octal 1 301 162 143 0 51 30 233 143 46
Binary 1 11000001 1110010 1100011 0 101001 11000 10011011 1100011 100110

Color Harmonies of #01C172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C172

Black with #01C172

Text Example


Text Example

White with #01C172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,193,114); }

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

background-color css

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

 a { background-color: rgb(1,193,114); }

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

border-color css

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

 span { border-color: rgb(1,193,114); }

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