Html Css Color HEX #01BA62 Jade

📋 copy color: '#01BA62'

red 1 ◦ green 186 ◦ blue 98

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

Shades of Jade #01BA62

Tints of Jade #01BA62

RGB

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

 GREEN value IS 186 (73.05% from 255) = 65.26%

 BLUE value IS 98 (38.67% from 255) = 34.39%

R = 0.35%
G = 65.26%
B = 34.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#01BA62 (or 0x01BA62) is known color: Jade. HEX triplet: 01, BA and 62. RGB value is (1,186,98). Sum of RGB (Red+Green+Blue) = 1+186+98=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 186 (73.05% from 255 or 65.26% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA62 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BA62 is #FE459D. Grayscale: #787878. Windows color (decimal): -16663966 or 6470145. OLE color: 6470145.

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

Color convert

RGB 1 186 98 -
CMYK 0.99 0 0.47 0.27
HSL 151.46º 0.99% 0.37% -
HSV(B) 151.46º 0.99% 0.73% -
XYZ 19.78 36.01 17.46 -
YUV 120.65 115.21 42.66 -
System Red Green Blue C M Y K H S L
Decimal 1 186 98 0.99 0 0.47 0.27 151.46 0.99 0.37
Hex 1 BA 62 63 0 2F 1B 97 63 25
Octal 1 272 142 143 0 57 33 227 143 45
Binary 1 10111010 1100010 1100011 0 101111 11011 10010111 1100011 100101

Color Harmonies of #01BA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BA62

Black with #01BA62

Text Example


Text Example

White with #01BA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,186,98); }

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

background-color css

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

 a { background-color: rgb(1,186,98); }

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

border-color css

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

 span { border-color: rgb(1,186,98); }

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