Html Css Color HEX #01BC67 Jade

📋 copy color: '#01BC67'

red 1 ◦ green 188 ◦ blue 103

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

Shades of Jade #01BC67

Tints of Jade #01BC67

RGB

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

 GREEN value IS 188 (73.83% from 255) = 64.38%

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

R = 0.34%
G = 64.38%
B = 35.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#01BC67 (or 0x01BC67) is known color: Jade. HEX triplet: 01, BC and 67. RGB value is (1,188,103). Sum of RGB (Red+Green+Blue) = 1+188+103=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 188 (73.83% from 255 or 64.38% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BC67 is #FE4398. Grayscale: #7A7A7A. Windows color (decimal): -16663449 or 6798337. OLE color: 6798337.

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

Color convert

RGB 1 188 103 -
CMYK 0.99 0 0.45 0.26
HSL 152.73º 0.99% 0.37% -
HSV(B) 152.73º 0.99% 0.74% -
XYZ 20.44 36.95 18.89 -
YUV 122.4 117.05 41.41 -
System Red Green Blue C M Y K H S L
Decimal 1 188 103 0.99 0 0.45 0.26 152.73 0.99 0.37
Hex 1 BC 67 63 0 2D 1A 99 63 25
Octal 1 274 147 143 0 55 32 231 143 45
Binary 1 10111100 1100111 1100011 0 101101 11010 10011001 1100011 100101

Color Harmonies of #01BC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BC67

Black with #01BC67

Text Example


Text Example

White with #01BC67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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