Html Css Color HEX #01C47A Jade

📋 copy color: '#01C47A'

red 1 ◦ green 196 ◦ blue 122

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

Shades of Jade #01C47A

Tints of Jade #01C47A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 61.44%

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

R = 0.31%
G = 61.44%
B = 38.24%

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

#01C47A (or 0x01C47A) is known color: Jade. HEX triplet: 01, C4 and 7A. RGB value is (1,196,122). Sum of RGB (Red+Green+Blue) = 1+196+122=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 196 (76.95% from 255 or 61.44% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 196 - color contains mainly: green. Hex color #01C47A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C47A is #FE3B85. Grayscale: #818181. Windows color (decimal): -16661382 or 8045569. OLE color: 8045569.

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

Color convert

RGB 1 196 122 -
CMYK 0.99 0 0.38 0.23
HSL 157.23º 0.99% 0.39% -
HSV(B) 157.23º 0.99% 0.77% -
XYZ 23.27 40.89 25.08 -
YUV 129.26 123.9 36.52 -
System Red Green Blue C M Y K H S L
Decimal 1 196 122 0.99 0 0.38 0.23 157.23 0.99 0.39
Hex 1 C4 7A 63 0 26 17 9D 63 27
Octal 1 304 172 143 0 46 27 235 143 47
Binary 1 11000100 1111010 1100011 0 100110 10111 10011101 1100011 100111

Color Harmonies of #01C47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C47A

Black with #01C47A

Text Example


Text Example

White with #01C47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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