Html Css Color HEX #01C272 Jade

📋 copy color: '#01C272'

red 1 ◦ green 194 ◦ blue 114

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

Shades of Jade #01C272

Tints of Jade #01C272

RGB

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

 GREEN value IS 194 (76.17% from 255) = 62.78%

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

R = 0.32%
G = 62.78%
B = 36.89%

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

#01C272 (or 0x01C272) is known color: Jade. HEX triplet: 01, C2 and 72. RGB value is (1,194,114). Sum of RGB (Red+Green+Blue) = 1+194+114=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 194 (76.17% from 255 or 62.78% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 194 - color contains mainly: green. Hex color #01C272 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C272 is #FE3D8D. Grayscale: #7F7F7F. Windows color (decimal): -16661902 or 7520769. OLE color: 7520769.

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

Color convert

RGB 1 194 114 -
CMYK 0.99 0 0.41 0.24
HSL 155.13º 0.99% 0.38% -
HSV(B) 155.13º 0.99% 0.76% -
XYZ 22.34 39.8 22.43 -
YUV 127.17 120.56 38 -
System Red Green Blue C M Y K H S L
Decimal 1 194 114 0.99 0 0.41 0.24 155.13 0.99 0.38
Hex 1 C2 72 63 0 29 18 9B 63 26
Octal 1 302 162 143 0 51 30 233 143 46
Binary 1 11000010 1110010 1100011 0 101001 11000 10011011 1100011 100110

Color Harmonies of #01C272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C272

Black with #01C272

Text Example


Text Example

White with #01C272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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