#01BD69

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

Shades of Jade #01BD69

Tints of Jade #01BD69

Color information

#01BD69 (or 0x01BD69) is unknown color: approx Jade. HEX triplet: 01, BD and 69. RGB value is (1,189,105). Sum of RGB (Red+Green+Blue) = 1+189+105=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 189 (74.22% from 255 or 64.07% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 189 - color contains mainly: green. Hex color #01BD69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BD69 is #FE4296. Grayscale: #7B7B7B. Windows color (decimal): -16663191 or 6929665. OLE color: 6929665.

HSL color Cylindrical-coordinate representation of color #01BD69: hue angle of 153.19º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BD69 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB1189105-
CMYK0.9900.440.26
HSL153.19º98.95%37.25%-
HSV(B)153.19º99.47%74.12%-
XYZ20.7637.4219.49-
YUV123.21117.7240.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 189 (74.22% from 255) = 64.07%
BLUE value IS 105 (41.41% from 255) = 35.59%
R=0.34%
G=64.07%
B=35.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11891050.9900.440.26153.1998.9537.25
Hex1BD696302C1A996325
Octal12751511430543223114345
Binary11011110111010011100011010110011010100110011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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