#00C96A

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

Shades of Jade #00C96A

Tints of Jade #00C96A

Color information

#00C96A (or 0x00C96A) is unknown color: approx Jade. HEX triplet: 00, C9 and 6A. RGB value is (0,201,106). Sum of RGB (Red+Green+Blue) = 0+201+106=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 201 (78.91% from 255 or 65.47% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 201 - color contains mainly: green. Hex color #00C96A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C96A is #FF3695. Grayscale: #828282. Windows color (decimal): -16725654 or 6998272. OLE color: 6998272.

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

Color convert

RGB0201106-
CMYK100.470.21
HSL151.64º100%39.41%-
HSV(B)151.64º100%78.82%-
XYZ23.4942.8120.66-
YUV130.07114.4135.22-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 201 (78.91% from 255) = 65.47%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=0%
G=65.47%
B=34.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal0201106100.470.21151.6410039.41
Hex0C96A6402F15986427
Octal03111521440572523014447
Binary01100100111010101100100010111110101100110001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,201,106); }

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

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

 a { background-color: rgb(0,201,106); }

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

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

 span { border-color: rgb(0,201,106); }

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