Html Css Color HEX #01C271 Jade

📋 copy color: '#01C271'

red 1 ◦ green 194 ◦ blue 113

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

Shades of Jade #01C271

Tints of Jade #01C271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.69%

R = 0.32%
G = 62.99%
B = 36.69%

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

#01C271 (or 0x01C271) is known color: Jade. HEX triplet: 01, C2 and 71. RGB value is (1,194,113). Sum of RGB (Red+Green+Blue) = 1+194+113=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 194 (76.17% from 255 or 62.99% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 194 - color contains mainly: green. Hex color #01C271 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C271 is #FE3D8E. Grayscale: #7F7F7F. Windows color (decimal): -16661903 or 7455233. OLE color: 7455233.

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

Color convert

RGB 1 194 113 -
CMYK 0.99 0 0.42 0.24
HSL 154.82º 0.99% 0.38% -
HSV(B) 154.82º 0.99% 0.76% -
XYZ 22.28 39.78 22.13 -
YUV 127.06 120.06 38.09 -
System Red Green Blue C M Y K H S L
Decimal 1 194 113 0.99 0 0.42 0.24 154.82 0.99 0.38
Hex 1 C2 71 63 0 2A 18 9B 63 26
Octal 1 302 161 143 0 52 30 233 143 46
Binary 1 11000010 1110001 1100011 0 101010 11000 10011011 1100011 100110

Color Harmonies of #01C271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C271

Black with #01C271

Text Example


Text Example

White with #01C271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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