#01B869

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

Shades of Jade #01B869

Tints of Jade #01B869

Color information

#01B869 (or 0x01B869) is unknown color: approx Jade. HEX triplet: 01, B8 and 69. RGB value is (1,184,105). Sum of RGB (Red+Green+Blue) = 1+184+105=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 184 (72.27% from 255 or 63.45% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 184 - color contains mainly: green. Hex color #01B869 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B869 is #FE4796. Grayscale: #787878. Windows color (decimal): -16664471 or 6928385. OLE color: 6928385.

HSL color Cylindrical-coordinate representation of color #01B869: hue angle of 154.1º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B869 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB1184105-
CMYK0.9900.430.28
HSL154.1º98.92%36.27%-
HSV(B)154.1º99.46%72.16%-
XYZ19.735.3119.14-
YUV120.28119.3742.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 184 (72.27% from 255) = 63.45%
BLUE value IS 105 (41.41% from 255) = 36.21%
R=0.34%
G=63.45%
B=36.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal11841050.9900.430.28154.198.9236.27
Hex1B8696302B1C9a6324
Octal12701511430533423214344
Binary11011100011010011100011010101111100100110101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,184,105); }

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

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

 a { background-color: rgb(1,184,105); }

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

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

 span { border-color: rgb(1,184,105); }

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