#01C277

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

Shades of Jade #01C277

Tints of Jade #01C277

Color information

#01C277 (or 0x01C277) is unknown color: approx Jade. HEX triplet: 01, C2 and 77. RGB value is (1,194,119). Sum of RGB (Red+Green+Blue) = 1+194+119=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 194 (76.17% from 255 or 61.78% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 194 - color contains mainly: green. Hex color #01C277 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C277 is #FE3D88. Grayscale: #7F7F7F. Windows color (decimal): -16661897 or 7848449. OLE color: 7848449.

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

Color convert

RGB1194119-
CMYK0.9900.390.24
HSL156.68º98.97%38.24%-
HSV(B)156.68º99.48%76.08%-
XYZ22.6339.9223.97-
YUV127.74123.0637.6-

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.78%
BLUE value IS 119 (46.88% from 255) = 37.90%
R=0.32%
G=61.78%
B=37.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal11941190.9900.390.24156.6898.9738.24
Hex1C27763027189d6326
Octal13021671430473023514346
Binary11100001011101111100011010011111000100111011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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