Html Css Color HEX #01B978 Jade

📋 copy color: '#01B978'

red 1 ◦ green 185 ◦ blue 120

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

Shades of Jade #01B978

Tints of Jade #01B978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.22%

R = 0.33%
G = 60.46%
B = 39.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#01B978 (or 0x01B978) is known color: Jade. HEX triplet: 01, B9 and 78. RGB value is (1,185,120). Sum of RGB (Red+Green+Blue) = 1+185+120=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 185 (72.66% from 255 or 60.46% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 185 - color contains mainly: green. Hex color #01B978 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B978 is #FE4687. Grayscale: #7A7A7A. Windows color (decimal): -16664200 or 7911681. OLE color: 7911681.

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

Color convert

RGB 1 185 120 -
CMYK 0.99 0 0.35 0.27
HSL 158.8º 0.99% 0.36% -
HSV(B) 158.8º 0.99% 0.73% -
XYZ 20.75 36.06 23.64 -
YUV 122.57 126.54 41.29 -
System Red Green Blue C M Y K H S L
Decimal 1 185 120 0.99 0 0.35 0.27 158.8 0.99 0.36
Hex 1 B9 78 63 0 23 1B 9F 63 24
Octal 1 271 170 143 0 43 33 237 143 44
Binary 1 10111001 1111000 1100011 0 100011 11011 10011111 1100011 100100

Color Harmonies of #01B978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B978

Black with #01B978

Text Example


Text Example

White with #01B978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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