Html Css Color HEX #01BC78 Jade

📋 copy color: '#01BC78'

red 1 ◦ green 188 ◦ blue 120

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

Shades of Jade #01BC78

Tints of Jade #01BC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.83%

R = 0.32%
G = 60.84%
B = 38.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#01BC78 (or 0x01BC78) is known color: Jade. HEX triplet: 01, BC and 78. RGB value is (1,188,120). Sum of RGB (Red+Green+Blue) = 1+188+120=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01BC78 is #FE4387. Grayscale: #7C7C7C. Windows color (decimal): -16663432 or 7912449. OLE color: 7912449.

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

Color convert

RGB 1 188 120 -
CMYK 0.99 0 0.36 0.26
HSL 158.18º 0.99% 0.37% -
HSV(B) 158.18º 0.99% 0.74% -
XYZ 21.39 37.33 23.85 -
YUV 124.34 125.55 40.03 -
System Red Green Blue C M Y K H S L
Decimal 1 188 120 0.99 0 0.36 0.26 158.18 0.99 0.37
Hex 1 BC 78 63 0 24 1A 9E 63 25
Octal 1 274 170 143 0 44 32 236 143 45
Binary 1 10111100 1111000 1100011 0 100100 11010 10011110 1100011 100101

Color Harmonies of #01BC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BC78

Black with #01BC78

Text Example


Text Example

White with #01BC78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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