#00C165

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

Shades of Jade #00C165

Tints of Jade #00C165

Color information

#00C165 (or 0x00C165) is unknown color: approx Jade. HEX triplet: 00, C1 and 65. RGB value is (0,193,101). Sum of RGB (Red+Green+Blue) = 0+193+101=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 193 (75.78% from 255 or 65.65% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 193 - color contains mainly: green. Hex color #00C165 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C165 is #FF3E9A. Grayscale: #7C7C7C. Windows color (decimal): -16727707 or 6668544. OLE color: 6668544.

HSL color Cylindrical-coordinate representation of color #00C165: hue angle of 151.4º 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 #00C165 is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB0193101-
CMYK100.480.24
HSL151.4º100%37.84%-
HSV(B)151.4º100%75.69%-
XYZ21.4239.0818.73-
YUV124.8114.5638.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 193 (75.78% from 255) = 65.65%
BLUE value IS 101 (39.84% from 255) = 34.35%
R=0%
G=65.65%
B=34.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal0193101100.480.24151.410037.84
Hex0C1656403018976426
Octal03011451440603022714446
Binary01100000111001011100100011000011000100101111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,193,101); }

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

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

 a { background-color: rgb(0,193,101); }

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

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

 span { border-color: rgb(0,193,101); }

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