Html Css Color HEX #01BA67 Jade

📋 copy color: '#01BA67'

red 1 ◦ green 186 ◦ blue 103

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

Shades of Jade #01BA67

Tints of Jade #01BA67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.52%

R = 0.34%
G = 64.14%
B = 35.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#01BA67 (or 0x01BA67) is known color: Jade. HEX triplet: 01, BA and 67. RGB value is (1,186,103). Sum of RGB (Red+Green+Blue) = 1+186+103=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 186 (73.05% from 255 or 64.14% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BA67 is #FE4598. Grayscale: #797979. Windows color (decimal): -16663961 or 6797825. OLE color: 6797825.

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

Color convert

RGB 1 186 103 -
CMYK 0.99 0 0.45 0.27
HSL 153.08º 0.99% 0.37% -
HSV(B) 153.08º 0.99% 0.73% -
XYZ 20.02 36.1 18.75 -
YUV 121.22 117.71 42.25 -
System Red Green Blue C M Y K H S L
Decimal 1 186 103 0.99 0 0.45 0.27 153.08 0.99 0.37
Hex 1 BA 67 63 0 2D 1B 99 63 25
Octal 1 272 147 143 0 55 33 231 143 45
Binary 1 10111010 1100111 1100011 0 101101 11011 10011001 1100011 100101

Color Harmonies of #01BA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BA67

Black with #01BA67

Text Example


Text Example

White with #01BA67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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