#01C27A

Color #01C27A Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #01C27A

Tints of Jade #01C27A

Color information

#01C27A (or 0x01C27A) is unknown color: approx Jade. HEX triplet: 01, C2 and 7A. RGB value is (1,194,122). Sum of RGB (Red+Green+Blue) = 1+194+122=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 194 (76.17% from 255 or 61.20% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 194 - color contains mainly: green. Hex color #01C27A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C27A is #FE3D85. Grayscale: #808080. Windows color (decimal): -16661894 or 8045057. OLE color: 8045057.

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

Color convert

RGB1194122-
CMYK0.9900.370.24
HSL157.62º98.97%38.24%-
HSV(B)157.62º99.48%76.08%-
XYZ22.824024.93-
YUV128.08124.5637.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 194 (76.17% from 255) = 61.20%
BLUE value IS 122 (48.05% from 255) = 38.49%
R=0.32%
G=61.20%
B=38.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal11941220.9900.370.24157.6298.9738.24
Hex1C27A63025189e6326
Octal13021721430453023614346
Binary11100001011110101100011010010111000100111101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01C27A;
 }
 .AnyTagClassName
 {
   color: #01C27A;
 }
</style>
background-color css

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

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

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

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

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

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