Html Css Color HEX #01B974 Jade

📋 copy color: '#01B974'

red 1 ◦ green 185 ◦ blue 116

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

Shades of Jade #01B974

Tints of Jade #01B974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.41%

R = 0.33%
G = 61.26%
B = 38.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#01B974 (or 0x01B974) is known color: Jade. HEX triplet: 01, B9 and 74. RGB value is (1,185,116). Sum of RGB (Red+Green+Blue) = 1+185+116=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 185 (72.66% from 255 or 61.26% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 185 - color contains mainly: green. Hex color #01B974 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B974 is #FE468B. Grayscale: #7A7A7A. Windows color (decimal): -16664204 or 7649537. OLE color: 7649537.

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

Color convert

RGB 1 185 116 -
CMYK 0.99 0 0.37 0.27
HSL 157.5º 0.99% 0.36% -
HSV(B) 157.5º 0.99% 0.73% -
XYZ 20.51 35.97 22.38 -
YUV 122.12 124.54 41.61 -
System Red Green Blue C M Y K H S L
Decimal 1 185 116 0.99 0 0.37 0.27 157.5 0.99 0.36
Hex 1 B9 74 63 0 25 1B 9E 63 24
Octal 1 271 164 143 0 45 33 236 143 44
Binary 1 10111001 1110100 1100011 0 100101 11011 10011110 1100011 100100

Color Harmonies of #01B974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B974

Black with #01B974

Text Example


Text Example

White with #01B974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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