#00B46E

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

Shades of Jade #00B46E

Tints of Jade #00B46E

Color information

#00B46E (or 0x00B46E) is unknown color: approx Jade. HEX triplet: 00, B4 and 6E. RGB value is (0,180,110). Sum of RGB (Red+Green+Blue) = 0+180+110=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 180 (70.70% from 255 or 62.07% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 180 - color contains mainly: green. Hex color #00B46E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B46E is #FF4B91. Grayscale: #767676. Windows color (decimal): -16731026 or 7255040. OLE color: 7255040.

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

Color convert

RGB0180110-
CMYK100.390.29
HSL156.67º100%35.29%-
HSV(B)156.67º100%70.59%-
XYZ19.1433.7720.26-
YUV118.2123.3743.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 180 (70.70% from 255) = 62.07%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=0%
G=62.07%
B=37.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal0180110100.390.29156.6710035.29
Hex0B46E640271D9d6423
Octal02641561440473523514443
Binary01011010011011101100100010011111101100111011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,180,110); }

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

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

 a { background-color: rgb(0,180,110); }

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

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

 span { border-color: rgb(0,180,110); }

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