Html Css Color HEX #01B57A Jade

📋 copy color: '#01B57A'

red 1 ◦ green 181 ◦ blue 122

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

Shades of Jade #01B57A

Tints of Jade #01B57A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 59.54%

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

R = 0.33%
G = 59.54%
B = 40.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#01B57A (or 0x01B57A) is known color: Jade. HEX triplet: 01, B5 and 7A. RGB value is (1,181,122). Sum of RGB (Red+Green+Blue) = 1+181+122=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 181 (71.09% from 255 or 59.54% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 181 - color contains mainly: green. Hex color #01B57A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B57A is #FE4A85. Grayscale: #787878. Windows color (decimal): -16665222 or 8041729. OLE color: 8041729.

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

Color convert

RGB 1 181 122 -
CMYK 0.99 0 0.33 0.29
HSL 160.33º 0.99% 0.36% -
HSV(B) 160.33º 0.99% 0.71% -
XYZ 20.05 34.46 24.01 -
YUV 120.45 128.87 42.8 -
System Red Green Blue C M Y K H S L
Decimal 1 181 122 0.99 0 0.33 0.29 160.33 0.99 0.36
Hex 1 B5 7A 63 0 21 1D A0 63 24
Octal 1 265 172 143 0 41 35 240 143 44
Binary 1 10110101 1111010 1100011 0 100001 11101 10100000 1100011 100100

Color Harmonies of #01B57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B57A

Black with #01B57A

Text Example


Text Example

White with #01B57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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