Html Css Color HEX #01B96E Jade

📋 copy color: '#01B96E'

red 1 ◦ green 185 ◦ blue 110

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

Shades of Jade #01B96E

Tints of Jade #01B96E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 62.5%

 BLUE value IS 110 (43.36% from 255) = 37.16%

R = 0.34%
G = 62.5%
B = 37.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#01B96E (or 0x01B96E) is known color: Jade. HEX triplet: 01, B9 and 6E. RGB value is (1,185,110). Sum of RGB (Red+Green+Blue) = 1+185+110=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 185 (72.66% from 255 or 62.5% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 185 - color contains mainly: green. Hex color #01B96E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B96E is #FE4691. Grayscale: #797979. Windows color (decimal): -16664210 or 7256321. OLE color: 7256321.

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

Color convert

RGB 1 185 110 -
CMYK 0.99 0 0.41 0.27
HSL 155.54º 0.99% 0.36% -
HSV(B) 155.54º 0.99% 0.73% -
XYZ 20.18 35.83 20.6 -
YUV 121.43 121.54 42.1 -
System Red Green Blue C M Y K H S L
Decimal 1 185 110 0.99 0 0.41 0.27 155.54 0.99 0.36
Hex 1 B9 6E 63 0 29 1B 9C 63 24
Octal 1 271 156 143 0 51 33 234 143 44
Binary 1 10111001 1101110 1100011 0 101001 11011 10011100 1100011 100100

Color Harmonies of #01B96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B96E

Black with #01B96E

Text Example


Text Example

White with #01B96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,185,110); }

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

background-color css

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

 a { background-color: rgb(1,185,110); }

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

border-color css

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

 span { border-color: rgb(1,185,110); }

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