Html Css Color HEX #01C974 Jade

📋 copy color: '#01C974'

red 1 ◦ green 201 ◦ blue 116

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

Shades of Jade #01C974

Tints of Jade #01C974

RGB

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

 GREEN value IS 201 (78.91% from 255) = 63.21%

 BLUE value IS 116 (45.7% from 255) = 36.48%

R = 0.31%
G = 63.21%
B = 36.48%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#01C974 (or 0x01C974) is known color: Jade. HEX triplet: 01, C9 and 74. RGB value is (1,201,116). Sum of RGB (Red+Green+Blue) = 1+201+116=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 201 (78.91% from 255 or 63.21% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 201 - color contains mainly: green. Hex color #01C974 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C974 is #FE368B. Grayscale: #838383. Windows color (decimal): -16660108 or 7653633. OLE color: 7653633.

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

Color convert

RGB 1 201 116 -
CMYK 1.00 0 0.42 0.21
HSL 154.5º 0.99% 0.4% -
HSV(B) 154.5º 1% 0.79% -
XYZ 24.05 43.04 23.56 -
YUV 131.51 119.24 34.91 -
System Red Green Blue C M Y K H S L
Decimal 1 201 116 1.00 0 0.42 0.21 154.5 0.99 0.4
Hex 1 C9 74 64 0 2A 15 9A 63 28
Octal 1 311 164 144 0 52 25 232 143 50
Binary 1 11001001 1110100 1100100 0 101010 10101 10011010 1100011 101000

Color Harmonies of #01C974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C974

Black with #01C974

Text Example


Text Example

White with #01C974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,201,116); }

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

background-color css

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

 a { background-color: rgb(1,201,116); }

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

border-color css

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

 span { border-color: rgb(1,201,116); }

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