#00C277

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

Shades of Jade #00C277

Tints of Jade #00C277

Color information

#00C277 (or 0x00C277) is unknown color: approx Jade. HEX triplet: 00, C2 and 77. RGB value is (0,194,119). Sum of RGB (Red+Green+Blue) = 0+194+119=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 194 (76.17% from 255 or 61.98% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 194 - color contains mainly: green. Hex color #00C277 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C277 is #FF3D88. Grayscale: #7F7F7F. Windows color (decimal): -16727433 or 7848448. OLE color: 7848448.

HSL color Cylindrical-coordinate representation of color #00C277: hue angle of 156.8º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C277 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB0194119-
CMYK100.390.24
HSL156.8º100%38.04%-
HSV(B)156.8º100%76.08%-
XYZ22.6239.9223.96-
YUV127.44123.2337.1-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 194 (76.17% from 255) = 61.98%
BLUE value IS 119 (46.88% from 255) = 38.02%
R=0%
G=61.98%
B=38.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal0194119100.390.24156.810038.04
Hex0C27764027189d6426
Octal03021671440473023514446
Binary01100001011101111100100010011111000100111011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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