Html Css Color HEX #01C27A Jade

📋 copy color: '#01C27A'

red 1 ◦ green 194 ◦ blue 122

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

Shades of Jade #01C27A

Tints of Jade #01C27A

RGB

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

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

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

R = 0.32%
G = 61.2%
B = 38.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#01C27A (or 0x01C27A) is known color: Jade. HEX triplet: 01, C2 and 7A. RGB value is (1,194,122). Sum of RGB (Red+Green+Blue) = 1+194+122=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 194 (76.17% from 255 or 61.20% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 194 - color contains mainly: green. Hex color #01C27A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C27A is #FE3D85. Grayscale: #808080. Windows color (decimal): -16661894 or 8045057. OLE color: 8045057.

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

Color convert

RGB 1 194 122 -
CMYK 0.99 0 0.37 0.24
HSL 157.62º 0.99% 0.38% -
HSV(B) 157.62º 0.99% 0.76% -
XYZ 22.82 40 24.93 -
YUV 128.09 124.56 37.35 -
System Red Green Blue C M Y K H S L
Decimal 1 194 122 0.99 0 0.37 0.24 157.62 0.99 0.38
Hex 1 C2 7A 63 0 25 18 9E 63 26
Octal 1 302 172 143 0 45 30 236 143 46
Binary 1 11000010 1111010 1100011 0 100101 11000 10011110 1100011 100110

Color Harmonies of #01C27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C27A

Black with #01C27A

Text Example


Text Example

White with #01C27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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