Html Css Color HEX #01C372 Jade

📋 copy color: '#01C372'

red 1 ◦ green 195 ◦ blue 114

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

Shades of Jade #01C372

Tints of Jade #01C372

RGB

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

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

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

R = 0.32%
G = 62.9%
B = 36.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#01C372 (or 0x01C372) is known color: Jade. HEX triplet: 01, C3 and 72. RGB value is (1,195,114). Sum of RGB (Red+Green+Blue) = 1+195+114=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 195 (76.56% from 255 or 62.90% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 195 - color contains mainly: green. Hex color #01C372 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C372 is #FE3C8D. Grayscale: #7F7F7F. Windows color (decimal): -16661646 or 7521025. OLE color: 7521025.

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

Color convert

RGB 1 195 114 -
CMYK 0.99 0 0.42 0.24
HSL 154.95º 0.99% 0.38% -
HSV(B) 154.95º 0.99% 0.76% -
XYZ 22.56 40.25 22.5 -
YUV 127.76 120.23 37.59 -
System Red Green Blue C M Y K H S L
Decimal 1 195 114 0.99 0 0.42 0.24 154.95 0.99 0.38
Hex 1 C3 72 63 0 2A 18 9B 63 26
Octal 1 303 162 143 0 52 30 233 143 46
Binary 1 11000011 1110010 1100011 0 101010 11000 10011011 1100011 100110

Color Harmonies of #01C372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C372

Black with #01C372

Text Example


Text Example

White with #01C372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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