Html Css Color HEX #01BE74 Jade

📋 copy color: '#01BE74'

red 1 ◦ green 190 ◦ blue 116

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

Shades of Jade #01BE74

Tints of Jade #01BE74

RGB

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

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

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

R = 0.33%
G = 61.89%
B = 37.79%

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

#01BE74 (or 0x01BE74) is known color: Jade. HEX triplet: 01, BE and 74. RGB value is (1,190,116). Sum of RGB (Red+Green+Blue) = 1+190+116=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 190 (74.61% from 255 or 61.89% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BE74 is #FE418B. Grayscale: #7D7D7D. Windows color (decimal): -16662924 or 7650817. OLE color: 7650817.

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

Color convert

RGB 1 190 116 -
CMYK 0.99 0 0.39 0.25
HSL 156.51º 0.99% 0.37% -
HSV(B) 156.51º 0.99% 0.75% -
XYZ 21.58 38.09 22.74 -
YUV 125.05 122.88 39.52 -
System Red Green Blue C M Y K H S L
Decimal 1 190 116 0.99 0 0.39 0.25 156.51 0.99 0.37
Hex 1 BE 74 63 0 27 19 9D 63 25
Octal 1 276 164 143 0 47 31 235 143 45
Binary 1 10111110 1110100 1100011 0 100111 11001 10011101 1100011 100101

Color Harmonies of #01BE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BE74

Black with #01BE74

Text Example


Text Example

White with #01BE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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