Html Css Color HEX #01B179 Jade

📋 copy color: '#01B179'

red 1 ◦ green 177 ◦ blue 121

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

Shades of Jade #01B179

Tints of Jade #01B179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 40.47%

R = 0.33%
G = 59.2%
B = 40.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#01B179 (or 0x01B179) is known color: Jade. HEX triplet: 01, B1 and 79. RGB value is (1,177,121). Sum of RGB (Red+Green+Blue) = 1+177+121=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 177 (69.53% from 255 or 59.20% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 177 - color contains mainly: green. Hex color #01B179 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01B179 is #FE4E86. Grayscale: #767676. Windows color (decimal): -16666247 or 7975169. OLE color: 7975169.

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

Color convert

RGB 1 177 121 -
CMYK 0.99 0 0.32 0.31
HSL 160.91º 0.99% 0.35% -
HSV(B) 160.91º 0.99% 0.69% -
XYZ 19.19 32.83 23.42 -
YUV 117.99 129.69 44.55 -
System Red Green Blue C M Y K H S L
Decimal 1 177 121 0.99 0 0.32 0.31 160.91 0.99 0.35
Hex 1 B1 79 63 0 20 1F A1 63 23
Octal 1 261 171 143 0 40 37 241 143 43
Binary 1 10110001 1111001 1100011 0 100000 11111 10100001 1100011 100011

Color Harmonies of #01B179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B179

Black with #01B179

Text Example


Text Example

White with #01B179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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