Html Css Color HEX #01C878 Jade

📋 copy color: '#01C878'

red 1 ◦ green 200 ◦ blue 120

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

Shades of Jade #01C878

Tints of Jade #01C878

RGB

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

 GREEN value IS 200 (78.52% from 255) = 62.31%

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

R = 0.31%
G = 62.31%
B = 37.38%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#01C878 (or 0x01C878) is known color: Jade. HEX triplet: 01, C8 and 78. RGB value is (1,200,120). Sum of RGB (Red+Green+Blue) = 1+200+120=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 200 (78.52% from 255 or 62.31% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 200 - color contains mainly: green. Hex color #01C878 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C878 is #FE3787. Grayscale: #838383. Windows color (decimal): -16660360 or 7915521. OLE color: 7915521.

HSL color Cylindrical-coordinate representation of color #01C878: hue angle of 155.88º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C878 is Cyan = 1.00, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB 1 200 120 -
CMYK 1.00 0 0.4 0.22
HSL 155.88º 0.99% 0.39% -
HSV(B) 155.88º 1% 0.78% -
XYZ 24.06 42.67 24.74 -
YUV 131.38 121.57 35 -
System Red Green Blue C M Y K H S L
Decimal 1 200 120 1.00 0 0.4 0.22 155.88 0.99 0.39
Hex 1 C8 78 64 0 28 16 9C 63 27
Octal 1 310 170 144 0 50 26 234 143 47
Binary 1 11001000 1111000 1100100 0 101000 10110 10011100 1100011 100111

Color Harmonies of #01C878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C878

Black with #01C878

Text Example


Text Example

White with #01C878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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