Html Css Color HEX #01B97A Jade

📋 copy color: '#01B97A'

red 1 ◦ green 185 ◦ blue 122

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

Shades of Jade #01B97A

Tints of Jade #01B97A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.61%

R = 0.32%
G = 60.06%
B = 39.61%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#01B97A (or 0x01B97A) is known color: Jade. HEX triplet: 01, B9 and 7A. RGB value is (1,185,122). Sum of RGB (Red+Green+Blue) = 1+185+122=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 185 (72.66% from 255 or 60.06% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 185 - color contains mainly: green. Hex color #01B97A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B97A is #FE4685. Grayscale: #7A7A7A. Windows color (decimal): -16664198 or 8042753. OLE color: 8042753.

HSL color Cylindrical-coordinate representation of color #01B97A: hue angle of 159.46º 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 #01B97A is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 185 122 -
CMYK 0.99 0 0.34 0.27
HSL 159.46º 0.99% 0.36% -
HSV(B) 159.46º 0.99% 0.73% -
XYZ 20.87 36.11 24.28 -
YUV 122.8 127.54 41.12 -
System Red Green Blue C M Y K H S L
Decimal 1 185 122 0.99 0 0.34 0.27 159.46 0.99 0.36
Hex 1 B9 7A 63 0 22 1B 9F 63 24
Octal 1 271 172 143 0 42 33 237 143 44
Binary 1 10111001 1111010 1100011 0 100010 11011 10011111 1100011 100100

Color Harmonies of #01B97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B97A

Black with #01B97A

Text Example


Text Example

White with #01B97A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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