Html Css Color HEX #01B16B Jade

📋 copy color: '#01B16B'

red 1 ◦ green 177 ◦ blue 107

#01B16B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #01B16B

Tints of Jade #01B16B

RGB

 RED value IS 1 (0.78% from 255) = 0.35%

 GREEN value IS 177 (69.53% from 255) = 62.11%

 BLUE value IS 107 (42.19% from 255) = 37.54%

R = 0.35%
G = 62.11%
B = 37.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#01B16B (or 0x01B16B) is known color: Jade. HEX triplet: 01, B1 and 6B. RGB value is (1,177,107). Sum of RGB (Red+Green+Blue) = 1+177+107=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 177 (69.53% from 255 or 62.11% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 177 - color contains mainly: green. Hex color #01B16B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01B16B is #FE4E94. Grayscale: #747474. Windows color (decimal): -16666261 or 7057665. OLE color: 7057665.

HSL color Cylindrical-coordinate representation of color #01B16B: hue angle of 156.14º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B16B is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 177 107 -
CMYK 0.99 0 0.40 0.31
HSL 156.14º 0.99% 0.35% -
HSV(B) 156.14º 0.99% 0.69% -
XYZ 18.39 32.51 19.22 -
YUV 116.4 122.69 45.69 -
System Red Green Blue C M Y K H S L
Decimal 1 177 107 0.99 0 0.40 0.31 156.14 0.99 0.35
Hex 1 B1 6B 63 0 28 1F 9C 63 23
Octal 1 261 153 143 0 50 37 234 143 43
Binary 1 10110001 1101011 1100011 0 101000 11111 10011100 1100011 100011

Color Harmonies of #01B16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B16B

Black with #01B16B

Text Example


Text Example

White with #01B16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,177,107); }

 H1.HeaderClassName
 {
   color: #01B16B;
 }
 .AnyTagClassName
 {
   color: #01B16B;
 }
</style>

background-color css

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

 a { background-color: rgb(1,177,107); }

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

border-color css

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

 span { border-color: rgb(1,177,107); }

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