Html Css Color HEX #01C57A Jade

📋 copy color: '#01C57A'

red 1 ◦ green 197 ◦ blue 122

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

Shades of Jade #01C57A

Tints of Jade #01C57A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 61.56%

 BLUE value IS 122 (48.05% from 255) = 38.13%

R = 0.31%
G = 61.56%
B = 38.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#01C57A (or 0x01C57A) is known color: Jade. HEX triplet: 01, C5 and 7A. RGB value is (1,197,122). Sum of RGB (Red+Green+Blue) = 1+197+122=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 197 (77.34% from 255 or 61.56% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 197 - color contains mainly: green. Hex color #01C57A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C57A is #FE3A85. Grayscale: #818181. Windows color (decimal): -16661126 or 8045825. OLE color: 8045825.

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

Color convert

RGB 1 197 122 -
CMYK 0.99 0 0.38 0.23
HSL 157.04º 0.99% 0.39% -
HSV(B) 157.04º 0.99% 0.77% -
XYZ 23.49 41.34 25.15 -
YUV 129.85 123.57 36.1 -
System Red Green Blue C M Y K H S L
Decimal 1 197 122 0.99 0 0.38 0.23 157.04 0.99 0.39
Hex 1 C5 7A 63 0 26 17 9D 63 27
Octal 1 305 172 143 0 46 27 235 143 47
Binary 1 11000101 1111010 1100011 0 100110 10111 10011101 1100011 100111

Color Harmonies of #01C57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C57A

Black with #01C57A

Text Example


Text Example

White with #01C57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,197,122); }

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

background-color css

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

 a { background-color: rgb(1,197,122); }

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

border-color css

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

 span { border-color: rgb(1,197,122); }

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