#01C27B

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

Shades of Jade #01C27B

Tints of Jade #01C27B

Color information

#01C27B (or 0x01C27B) is unknown color: approx Jade. HEX triplet: 01, C2 and 7B. RGB value is (1,194,123). Sum of RGB (Red+Green+Blue) = 1+194+123=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 194 (76.17% from 255 or 61.01% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 194 - color contains mainly: green. Hex color #01C27B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C27B is #FE3D84. Grayscale: #808080. Windows color (decimal): -16661893 or 8110593. OLE color: 8110593.

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

Color convert

RGB1194123-
CMYK0.9900.370.24
HSL157.93º98.97%38.24%-
HSV(B)157.93º99.48%76.08%-
XYZ22.8840.0225.26-
YUV128.2125.0637.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 194 (76.17% from 255) = 61.01%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=0.31%
G=61.01%
B=38.68%

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
Decimal11941230.9900.370.24157.9398.9738.24
Hex1C27B63025189e6326
Octal13021731430453023614346
Binary11100001011110111100011010010111000100111101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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