Html Css Color HEX #01C06E Jade

📋 copy color: '#01C06E'

red 1 ◦ green 192 ◦ blue 110

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

Shades of Jade #01C06E

Tints of Jade #01C06E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 63.37%

 BLUE value IS 110 (43.36% from 255) = 36.3%

R = 0.33%
G = 63.37%
B = 36.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#01C06E (or 0x01C06E) is known color: Jade. HEX triplet: 01, C0 and 6E. RGB value is (1,192,110). Sum of RGB (Red+Green+Blue) = 1+192+110=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #01C06E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C06E is #FE3F91. Grayscale: #7D7D7D. Windows color (decimal): -16662418 or 7258113. OLE color: 7258113.

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

Color convert

RGB 1 192 110 -
CMYK 0.99 0 0.43 0.25
HSL 154.24º 0.99% 0.38% -
HSV(B) 154.24º 0.99% 0.75% -
XYZ 21.68 38.83 21.1 -
YUV 125.54 119.22 39.17 -
System Red Green Blue C M Y K H S L
Decimal 1 192 110 0.99 0 0.43 0.25 154.24 0.99 0.38
Hex 1 C0 6E 63 0 2B 19 9A 63 26
Octal 1 300 156 143 0 53 31 232 143 46
Binary 1 11000000 1101110 1100011 0 101011 11001 10011010 1100011 100110

Color Harmonies of #01C06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C06E

Black with #01C06E

Text Example


Text Example

White with #01C06E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,192,110); }

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

background-color css

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

 a { background-color: rgb(1,192,110); }

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

border-color css

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

 span { border-color: rgb(1,192,110); }

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