Html Css Color HEX #01BE73 Jade

📋 copy color: '#01BE73'

red 1 ◦ green 190 ◦ blue 115

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

Shades of Jade #01BE73

Tints of Jade #01BE73

RGB

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

 GREEN value IS 190 (74.61% from 255) = 62.09%

 BLUE value IS 115 (45.31% from 255) = 37.58%

R = 0.33%
G = 62.09%
B = 37.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#01BE73 (or 0x01BE73) is known color: Jade. HEX triplet: 01, BE and 73. RGB value is (1,190,115). Sum of RGB (Red+Green+Blue) = 1+190+115=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 190 (74.61% from 255 or 62.09% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BE73 is #FE418C. Grayscale: #7D7D7D. Windows color (decimal): -16662925 or 7585281. OLE color: 7585281.

HSL color Cylindrical-coordinate representation of color #01BE73: hue angle of 156.19º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BE73 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 190 115 -
CMYK 0.99 0 0.39 0.25
HSL 156.19º 0.99% 0.37% -
HSV(B) 156.19º 0.99% 0.75% -
XYZ 21.52 38.07 22.43 -
YUV 124.94 122.38 39.6 -
System Red Green Blue C M Y K H S L
Decimal 1 190 115 0.99 0 0.39 0.25 156.19 0.99 0.37
Hex 1 BE 73 63 0 27 19 9C 63 25
Octal 1 276 163 143 0 47 31 234 143 45
Binary 1 10111110 1110011 1100011 0 100111 11001 10011100 1100011 100101

Color Harmonies of #01BE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BE73

Black with #01BE73

Text Example


Text Example

White with #01BE73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,190,115); }

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

background-color css

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

 a { background-color: rgb(1,190,115); }

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

border-color css

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

 span { border-color: rgb(1,190,115); }

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