Html Css Color HEX #01C275 Jade

📋 copy color: '#01C275'

red 1 ◦ green 194 ◦ blue 117

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

Shades of Jade #01C275

Tints of Jade #01C275

RGB

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

 GREEN value IS 194 (76.17% from 255) = 62.18%

 BLUE value IS 117 (46.09% from 255) = 37.5%

R = 0.32%
G = 62.18%
B = 37.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#01C275 (or 0x01C275) is known color: Jade. HEX triplet: 01, C2 and 75. RGB value is (1,194,117). Sum of RGB (Red+Green+Blue) = 1+194+117=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 194 (76.17% from 255 or 62.18% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 194 - color contains mainly: green. Hex color #01C275 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C275 is #FE3D8A. Grayscale: #7F7F7F. Windows color (decimal): -16661899 or 7717377. OLE color: 7717377.

HSL color Cylindrical-coordinate representation of color #01C275: hue angle of 156.06º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C275 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 194 117 -
CMYK 0.99 0 0.40 0.24
HSL 156.06º 0.99% 0.38% -
HSV(B) 156.06º 0.99% 0.76% -
XYZ 22.52 39.87 23.34 -
YUV 127.52 122.06 37.76 -
System Red Green Blue C M Y K H S L
Decimal 1 194 117 0.99 0 0.40 0.24 156.06 0.99 0.38
Hex 1 C2 75 63 0 28 18 9C 63 26
Octal 1 302 165 143 0 50 30 234 143 46
Binary 1 11000010 1110101 1100011 0 101000 11000 10011100 1100011 100110

Color Harmonies of #01C275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C275

Black with #01C275

Text Example


Text Example

White with #01C275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,194,117); }

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

background-color css

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

 a { background-color: rgb(1,194,117); }

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

border-color css

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

 span { border-color: rgb(1,194,117); }

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